#afbbf2
a light, vivid blue · warm · closest name: skyblue
RGB
175, 187, 242
HSL
229°, 72%, 82%
CMYK
28, 23, 0, 5
Luminance
0.5107
Every format
| HEX | #afbbf2 |
| RGB | rgb(175, 187, 242) |
| HSL | hsl(229, 72%, 82%) |
| CMYK | cmyk(28%, 23%, 0%, 5%) |
| LAB | lab(76.7 7.9 -28.6) |
| LCH | lch(76.7 29.7 285.4) |
| OKLCH | oklch(0.802 0.079 274.9) |
Copy-ready code
/* CSS */
color: #afbbf2;
background-color: #afbbf2;
/* Tailwind (arbitrary) */
class="text-[#afbbf2] bg-[#afbbf2]"
/* SCSS */
$brand: #afbbf2;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.949)
/* Android */
Color.parseColor("#afbbf2")Accessibility — WCAG contrast
Aa
#afbbf2 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbf2 on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue94.9%
CMYK percentages
Cyan27.7%
Magenta22.7%
Yellow0.0%
Key (black)5.1%
Color previews
#afbbf2 text on a black background
contrast 11.21:1
Card sample
#afbbf2 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbf2;
Background color
Panel with #afbbf2 background
background-color: #afbbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbf2; background: linear-gradient(135deg, #afbbf2, #D0AFF2);