#3AAFDB
A medium, moderate blue closely aligning with Deepskyblue.
About #3AAFDB
The hex code #3AAFDB represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Deepskyblue. This translates to an RGB value of rgb(58, 175, 219).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 74% cyan, 20% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3AAFDB
RGB58, 175, 219
HSL196.4°, 69.1%, 54.3%
CMYK74%, 20%, 0%, 14%
HSV196.4°, 73.5%, 85.9%
LAB67.0, -18.0, -31.5
XYZ29.9, 36.7, 72.5
Decimal3846107
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.33:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AAFDB;
}
.text-color {
color: #3AAFDB;
}
.border-color {
border: 2px solid #3AAFDB;
}