#afbae6
a light, vivid blue · warm · closest name: skyblue
RGB
175, 186, 230
HSL
228°, 52%, 79%
CMYK
24, 19, 0, 10
Luminance
0.4994
Every format
| HEX | #afbae6 |
| RGB | rgb(175, 186, 230) |
| HSL | hsl(228, 52%, 79%) |
| CMYK | cmyk(24%, 19%, 0%, 10%) |
| LAB | lab(76.0 5.6 -23.2) |
| LCH | lch(76.0 23.9 283.6) |
| OKLCH | oklch(0.795 0.064 273.9) |
Copy-ready code
/* CSS */
color: #afbae6;
background-color: #afbae6;
/* Tailwind (arbitrary) */
class="text-[#afbae6] bg-[#afbae6]"
/* SCSS */
$brand: #afbae6;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.902)
/* Android */
Color.parseColor("#afbae6")Accessibility — WCAG contrast
Aa
#afbae6 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbae6 on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue90.2%
CMYK percentages
Cyan23.9%
Magenta19.1%
Yellow0.0%
Key (black)9.8%
Color previews
#afbae6 text on a black background
contrast 10.99:1
Card sample
#afbae6 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbae6;
Background color
Panel with #afbae6 background
background-color: #afbae6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbae6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbae6; background: linear-gradient(135deg, #afbae6, #C9AFE6);