#acaacf
a light, soft blue · warm · closest name: silver
RGB
172, 170, 207
HSL
243°, 28%, 74%
CMYK
17, 18, 0, 19
Luminance
0.4203
Every format
| HEX | #acaacf |
| RGB | rgb(172, 170, 207) |
| HSL | hsl(243, 28%, 74%) |
| CMYK | cmyk(17%, 18%, 0%, 19%) |
| LAB | lab(70.9 8.3 -18.5) |
| LCH | lch(70.9 20.3 294.1) |
| OKLCH | oklch(0.752 0.053 287.5) |
Copy-ready code
/* CSS */
color: #acaacf;
background-color: #acaacf;
/* Tailwind (arbitrary) */
class="text-[#acaacf] bg-[#acaacf]"
/* SCSS */
$brand: #acaacf;
/* SwiftUI */
Color(red: 0.675, green: 0.667, blue: 0.812)
/* Android */
Color.parseColor("#acaacf")Accessibility — WCAG contrast
Aa
#acaacf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acaacf on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green66.7%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta17.9%
Yellow0.0%
Key (black)18.8%
Color previews
#acaacf text on a black background
contrast 9.41:1
Card sample
#acaacf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acaacf;
Background color
Panel with #acaacf background
background-color: #acaacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acaacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 170, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 170, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acaacf; background: linear-gradient(135deg, #acaacf, #C5AACF);