#afbae4
a light, vivid blue · warm · closest name: skyblue
RGB
175, 186, 228
HSL
228°, 50%, 79%
CMYK
23, 18, 0, 11
Luminance
0.4983
Every format
| HEX | #afbae4 |
| RGB | rgb(175, 186, 228) |
| HSL | hsl(228, 50%, 79%) |
| CMYK | cmyk(23%, 18%, 0%, 11%) |
| LAB | lab(76.0 5.2 -22.2) |
| LCH | lch(76.0 22.8 283.1) |
| OKLCH | oklch(0.795 0.061 273.5) |
Copy-ready code
/* CSS */
color: #afbae4;
background-color: #afbae4;
/* Tailwind (arbitrary) */
class="text-[#afbae4] bg-[#afbae4]"
/* SCSS */
$brand: #afbae4;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.894)
/* Android */
Color.parseColor("#afbae4")Accessibility — WCAG contrast
Aa
#afbae4 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbae4 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue89.4%
CMYK percentages
Cyan23.2%
Magenta18.4%
Yellow0.0%
Key (black)10.6%
Color previews
#afbae4 text on a black background
contrast 10.97:1
Card sample
#afbae4 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbae4;
Background color
Panel with #afbae4 background
background-color: #afbae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbae4; background: linear-gradient(135deg, #afbae4, #C7AFE4);