#afb9ec
a light, vivid blue · warm · closest name: skyblue
RGB
175, 185, 236
HSL
230°, 62%, 81%
CMYK
26, 22, 0, 8
Luminance
0.4987
Every format
| HEX | #afb9ec |
| RGB | rgb(175, 185, 236) |
| HSL | hsl(230, 62%, 81%) |
| CMYK | cmyk(26%, 22%, 0%, 8%) |
| LAB | lab(76.0 7.6 -26.5) |
| LCH | lch(76.0 27.6 285.9) |
| OKLCH | oklch(0.796 0.073 276.0) |
Copy-ready code
/* CSS */
color: #afb9ec;
background-color: #afb9ec;
/* Tailwind (arbitrary) */
class="text-[#afb9ec] bg-[#afb9ec]"
/* SCSS */
$brand: #afb9ec;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.925)
/* Android */
Color.parseColor("#afb9ec")Accessibility — WCAG contrast
Aa
#afb9ec on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb9ec on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue92.5%
CMYK percentages
Cyan25.8%
Magenta21.6%
Yellow0.0%
Key (black)7.5%
Color previews
#afb9ec text on a black background
contrast 10.97:1
Card sample
#afb9ec text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb9ec;
Background color
Panel with #afb9ec background
background-color: #afb9ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb9ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb9ec; background: linear-gradient(135deg, #afb9ec, #CEAFEC);