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