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