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