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