#afb7da
a light, soft blue · warm · closest name: lavender
RGB
175, 183, 218
HSL
229°, 37%, 77%
CMYK
20, 16, 0, 15
Luminance
0.4804
Every format
| HEX | #afb7da |
| RGB | rgb(175, 183, 218) |
| HSL | hsl(229, 37%, 77%) |
| CMYK | cmyk(20%, 16%, 0%, 15%) |
| LAB | lab(74.8 4.5 -18.5) |
| LCH | lch(74.8 19.0 283.8) |
| OKLCH | oklch(0.785 0.051 275.1) |
Copy-ready code
/* CSS */
color: #afb7da;
background-color: #afb7da;
/* Tailwind (arbitrary) */
class="text-[#afb7da] bg-[#afb7da]"
/* SCSS */
$brand: #afb7da;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.855)
/* Android */
Color.parseColor("#afb7da")Accessibility — WCAG contrast
Aa
#afb7da on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb7da on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta16.1%
Yellow0.0%
Key (black)14.5%
Color previews
#afb7da text on a black background
contrast 10.61:1
Card sample
#afb7da text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb7da;
Background color
Panel with #afb7da background
background-color: #afb7da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb7da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb7da; background: linear-gradient(135deg, #afb7da, #C4AFDA);