#afb6dc
a light, soft blue · warm · closest name: lavender
RGB
175, 182, 220
HSL
231°, 39%, 78%
CMYK
21, 17, 0, 14
Luminance
0.4774
Every format
| HEX | #afb6dc |
| RGB | rgb(175, 182, 220) |
| HSL | hsl(231, 39%, 78%) |
| CMYK | cmyk(21%, 17%, 0%, 14%) |
| LAB | lab(74.7 5.5 -19.9) |
| LCH | lch(74.7 20.6 285.5) |
| OKLCH | oklch(0.783 0.055 276.9) |
Copy-ready code
/* CSS */
color: #afb6dc;
background-color: #afb6dc;
/* Tailwind (arbitrary) */
class="text-[#afb6dc] bg-[#afb6dc]"
/* SCSS */
$brand: #afb6dc;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.863)
/* Android */
Color.parseColor("#afb6dc")Accessibility — WCAG contrast
Aa
#afb6dc on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb6dc on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta17.3%
Yellow0.0%
Key (black)13.7%
Color previews
#afb6dc text on a black background
contrast 10.55:1
Card sample
#afb6dc text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb6dc;
Background color
Panel with #afb6dc background
background-color: #afb6dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb6dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb6dc; background: linear-gradient(135deg, #afb6dc, #C6AFDC);