#3ABDF8
A light, vivid blue closely aligning with Deepskyblue.
About #3ABDF8
The hex code #3ABDF8 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, 189, 248).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 77% C, 24% M, 0% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3ABDF8
RGB58, 189, 248
HSL198.6°, 93.1%, 60.0%
CMYK77%, 24%, 0%, 3%
HSV198.6°, 76.6%, 97.3%
LAB72.3, -15.8, -39.2
XYZ36.9, 44.1, 95.4
Decimal3849720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.14:1
Text on #FFFFFF
FAIL
9.81:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ABDF8;
}
.text-color {
color: #3ABDF8;
}
.border-color {
border: 2px solid #3ABDF8;
}