#acafd9
a light, soft blue · warm · closest name: lavender
RGB
172, 175, 217
HSL
236°, 37%, 76%
CMYK
21, 19, 0, 15
Luminance
0.4444
Every format
| HEX | #acafd9 |
| RGB | rgb(172, 175, 217) |
| HSL | hsl(236, 37%, 76%) |
| CMYK | cmyk(21%, 19%, 0%, 15%) |
| LAB | lab(72.5 7.8 -21.5) |
| LCH | lch(72.5 22.9 289.8) |
| OKLCH | oklch(0.766 0.060 281.7) |
Copy-ready code
/* CSS */
color: #acafd9;
background-color: #acafd9;
/* Tailwind (arbitrary) */
class="text-[#acafd9] bg-[#acafd9]"
/* SCSS */
$brand: #acafd9;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.851)
/* Android */
Color.parseColor("#acafd9")Accessibility — WCAG contrast
Aa
#acafd9 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafd9 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue85.1%
CMYK percentages
Cyan20.7%
Magenta19.4%
Yellow0.0%
Key (black)14.9%
Color previews
#acafd9 text on a black background
contrast 9.89:1
Card sample
#acafd9 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafd9;
Background color
Panel with #acafd9 background
background-color: #acafd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafd9; background: linear-gradient(135deg, #acafd9, #C7ACD9);