#afdbf9
a light, electric blue · cool · closest name: skyblue
RGB
175, 219, 249
HSL
204°, 86%, 83%
CMYK
30, 12, 0, 2
Luminance
0.6662
Every format
| HEX | #afdbf9 |
| RGB | rgb(175, 219, 249) |
| HSL | hsl(204, 86%, 83%) |
| CMYK | cmyk(30%, 12%, 0%, 2%) |
| LAB | lab(85.3 -7.5 -19.3) |
| LCH | lch(85.3 20.7 248.7) |
| OKLCH | oklch(0.870 0.062 238.2) |
Copy-ready code
/* CSS */
color: #afdbf9;
background-color: #afdbf9;
/* Tailwind (arbitrary) */
class="text-[#afdbf9] bg-[#afdbf9]"
/* SCSS */
$brand: #afdbf9;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.976)
/* Android */
Color.parseColor("#afdbf9")Accessibility — WCAG contrast
Aa
#afdbf9 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbf9 on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue97.6%
CMYK percentages
Cyan29.7%
Magenta12.0%
Yellow0.0%
Key (black)2.4%
Color previews
#afdbf9 text on a black background
contrast 14.32:1
Card sample
#afdbf9 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbf9;
Background color
Panel with #afdbf9 background
background-color: #afdbf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbf9; background: linear-gradient(135deg, #afdbf9, #B4AFF9);