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