#afbbdc
a light, soft blue · cool · closest name: lavender
RGB
175, 187, 220
HSL
224°, 39%, 78%
CMYK
21, 15, 0, 14
Luminance
0.4982
Every format
| HEX | #afbbdc |
| RGB | rgb(175, 187, 220) |
| HSL | hsl(224, 39%, 78%) |
| CMYK | cmyk(21%, 15%, 0%, 14%) |
| LAB | lab(76.0 2.8 -17.9) |
| LCH | lch(76.0 18.1 278.9) |
| OKLCH | oklch(0.794 0.049 269.5) |
Copy-ready code
/* CSS */
color: #afbbdc;
background-color: #afbbdc;
/* Tailwind (arbitrary) */
class="text-[#afbbdc] bg-[#afbbdc]"
/* SCSS */
$brand: #afbbdc;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.863)
/* Android */
Color.parseColor("#afbbdc")Accessibility — WCAG contrast
Aa
#afbbdc on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbdc on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta15.0%
Yellow0.0%
Key (black)13.7%
Color previews
#afbbdc text on a black background
contrast 10.96:1
Card sample
#afbbdc text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbdc;
Background color
Panel with #afbbdc background
background-color: #afbbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbdc; background: linear-gradient(135deg, #afbbdc, #C1AFDC);