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