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