#afb2da
a light, soft blue · warm · closest name: lavender
RGB
175, 178, 218
HSL
236°, 37%, 77%
CMYK
20, 18, 0, 15
Luminance
0.4602
Every format
| HEX | #afb2da |
| RGB | rgb(175, 178, 218) |
| HSL | hsl(236, 37%, 77%) |
| CMYK | cmyk(20%, 18%, 0%, 15%) |
| LAB | lab(73.6 7.3 -20.4) |
| LCH | lch(73.6 21.7 289.5) |
| OKLCH | oklch(0.775 0.057 281.6) |
Copy-ready code
/* CSS */
color: #afb2da;
background-color: #afb2da;
/* Tailwind (arbitrary) */
class="text-[#afb2da] bg-[#afb2da]"
/* SCSS */
$brand: #afb2da;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.855)
/* Android */
Color.parseColor("#afb2da")Accessibility — WCAG contrast
Aa
#afb2da on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb2da on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta18.3%
Yellow0.0%
Key (black)14.5%
Color previews
#afb2da text on a black background
contrast 10.20:1
Card sample
#afb2da text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb2da;
Background color
Panel with #afb2da background
background-color: #afb2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb2da; background: linear-gradient(135deg, #afb2da, #C9AFDA);