#afbbf3
a light, vivid blue · warm · closest name: skyblue
RGB
175, 187, 243
HSL
229°, 74%, 82%
CMYK
28, 23, 0, 5
Luminance
0.5113
Every format
| HEX | #afbbf3 |
| RGB | rgb(175, 187, 243) |
| HSL | hsl(229, 74%, 82%) |
| CMYK | cmyk(28%, 23%, 0%, 5%) |
| LAB | lab(76.8 8.2 -29.1) |
| LCH | lch(76.8 30.2 285.6) |
| OKLCH | oklch(0.802 0.081 275.1) |
Copy-ready code
/* CSS */
color: #afbbf3;
background-color: #afbbf3;
/* Tailwind (arbitrary) */
class="text-[#afbbf3] bg-[#afbbf3]"
/* SCSS */
$brand: #afbbf3;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.953)
/* Android */
Color.parseColor("#afbbf3")Accessibility — WCAG contrast
Aa
#afbbf3 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbf3 on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue95.3%
CMYK percentages
Cyan28.0%
Magenta23.0%
Yellow0.0%
Key (black)4.7%
Color previews
#afbbf3 text on a black background
contrast 11.23:1
Card sample
#afbbf3 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbf3;
Background color
Panel with #afbbf3 background
background-color: #afbbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbf3; background: linear-gradient(135deg, #afbbf3, #D0AFF3);