#afb1dc
a light, soft blue · warm · closest name: lavender
RGB
175, 177, 220
HSL
237°, 39%, 78%
CMYK
21, 20, 0, 14
Luminance
0.4573
Every format
| HEX | #afb1dc |
| RGB | rgb(175, 177, 220) |
| HSL | hsl(237, 39%, 78%) |
| CMYK | cmyk(21%, 20%, 0%, 14%) |
| LAB | lab(73.4 8.3 -21.8) |
| LCH | lch(73.4 23.3 290.7) |
| OKLCH | oklch(0.773 0.061 282.8) |
Copy-ready code
/* CSS */
color: #afb1dc;
background-color: #afb1dc;
/* Tailwind (arbitrary) */
class="text-[#afb1dc] bg-[#afb1dc]"
/* SCSS */
$brand: #afb1dc;
/* SwiftUI */
Color(red: 0.686, green: 0.694, blue: 0.863)
/* Android */
Color.parseColor("#afb1dc")Accessibility — WCAG contrast
Aa
#afb1dc on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb1dc on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.4%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta19.5%
Yellow0.0%
Key (black)13.7%
Color previews
#afb1dc text on a black background
contrast 10.15:1
Card sample
#afb1dc text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb1dc;
Background color
Panel with #afb1dc background
background-color: #afb1dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb1dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 177, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 177, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb1dc; background: linear-gradient(135deg, #afb1dc, #CBAFDC);