#afb8dc
a light, soft blue · warm · closest name: lavender
RGB
175, 184, 220
HSL
228°, 39%, 78%
CMYK
21, 16, 0, 14
Luminance
0.4856
Every format
| HEX | #afb8dc |
| RGB | rgb(175, 184, 220) |
| HSL | hsl(228, 39%, 78%) |
| CMYK | cmyk(21%, 16%, 0%, 14%) |
| LAB | lab(75.2 4.4 -19.1) |
| LCH | lch(75.2 19.6 283.1) |
| OKLCH | oklch(0.788 0.052 274.1) |
Copy-ready code
/* CSS */
color: #afb8dc;
background-color: #afb8dc;
/* Tailwind (arbitrary) */
class="text-[#afb8dc] bg-[#afb8dc]"
/* SCSS */
$brand: #afb8dc;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.863)
/* Android */
Color.parseColor("#afb8dc")Accessibility — WCAG contrast
Aa
#afb8dc on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8dc on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta16.4%
Yellow0.0%
Key (black)13.7%
Color previews
#afb8dc text on a black background
contrast 10.71:1
Card sample
#afb8dc text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8dc;
Background color
Panel with #afb8dc background
background-color: #afb8dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8dc; background: linear-gradient(135deg, #afb8dc, #C4AFDC);