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