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