#afbae1
a light, vivid blue · warm · closest name: lavender
RGB
175, 186, 225
HSL
227°, 46%, 78%
CMYK
22, 17, 0, 12
Luminance
0.4967
Every format
| HEX | #afbae1 |
| RGB | rgb(175, 186, 225) |
| HSL | hsl(227, 46%, 78%) |
| CMYK | cmyk(22%, 17%, 0%, 12%) |
| LAB | lab(75.9 4.5 -20.8) |
| LCH | lch(75.9 21.2 282.2) |
| OKLCH | oklch(0.793 0.057 272.7) |
Copy-ready code
/* CSS */
color: #afbae1;
background-color: #afbae1;
/* Tailwind (arbitrary) */
class="text-[#afbae1] bg-[#afbae1]"
/* SCSS */
$brand: #afbae1;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.882)
/* Android */
Color.parseColor("#afbae1")Accessibility — WCAG contrast
Aa
#afbae1 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbae1 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue88.2%
CMYK percentages
Cyan22.2%
Magenta17.3%
Yellow0.0%
Key (black)11.8%
Color previews
#afbae1 text on a black background
contrast 10.93:1
Card sample
#afbae1 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbae1;
Background color
Panel with #afbae1 background
background-color: #afbae1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbae1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbae1; background: linear-gradient(135deg, #afbae1, #C5AFE1);