#afbbf4
a light, electric blue · warm · closest name: skyblue
RGB
175, 187, 244
HSL
230°, 76%, 82%
CMYK
28, 23, 0, 4
Luminance
0.5119
Every format
| HEX | #afbbf4 |
| RGB | rgb(175, 187, 244) |
| HSL | hsl(230, 76%, 82%) |
| CMYK | cmyk(28%, 23%, 0%, 4%) |
| LAB | lab(76.8 8.4 -29.6) |
| LCH | lch(76.8 30.8 285.8) |
| OKLCH | oklch(0.803 0.082 275.2) |
Copy-ready code
/* CSS */
color: #afbbf4;
background-color: #afbbf4;
/* Tailwind (arbitrary) */
class="text-[#afbbf4] bg-[#afbbf4]"
/* SCSS */
$brand: #afbbf4;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.957)
/* Android */
Color.parseColor("#afbbf4")Accessibility — WCAG contrast
Aa
#afbbf4 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbf4 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue95.7%
CMYK percentages
Cyan28.3%
Magenta23.4%
Yellow0.0%
Key (black)4.3%
Color previews
#afbbf4 text on a black background
contrast 11.24:1
Card sample
#afbbf4 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbf4;
Background color
Panel with #afbbf4 background
background-color: #afbbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbf4; background: linear-gradient(135deg, #afbbf4, #D1AFF4);