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