#acafd1
a light, soft blue · warm · closest name: silver
RGB
172, 175, 209
HSL
235°, 29%, 75%
CMYK
18, 16, 0, 18
Luminance
0.4403
Every format
| HEX | #acafd1 |
| RGB | rgb(172, 175, 209) |
| HSL | hsl(235, 29%, 75%) |
| CMYK | cmyk(18%, 16%, 0%, 18%) |
| LAB | lab(72.3 6.0 -17.5) |
| LCH | lch(72.3 18.5 288.8) |
| OKLCH | oklch(0.763 0.049 281.2) |
Copy-ready code
/* CSS */
color: #acafd1;
background-color: #acafd1;
/* Tailwind (arbitrary) */
class="text-[#acafd1] bg-[#acafd1]"
/* SCSS */
$brand: #acafd1;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.820)
/* Android */
Color.parseColor("#acafd1")Accessibility — WCAG contrast
Aa
#acafd1 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafd1 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue82.0%
CMYK percentages
Cyan17.7%
Magenta16.3%
Yellow0.0%
Key (black)18.0%
Color previews
#acafd1 text on a black background
contrast 9.81:1
Card sample
#acafd1 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafd1;
Background color
Panel with #acafd1 background
background-color: #acafd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafd1; background: linear-gradient(135deg, #acafd1, #C2ACD1);