#acaccc
a light, soft blue · warm · closest name: silver
RGB
172, 172, 204
HSL
240°, 24%, 74%
CMYK
16, 16, 0, 20
Luminance
0.4264
Every format
| HEX | #acaccc |
| RGB | rgb(172, 172, 204) |
| HSL | hsl(240, 24%, 74%) |
| CMYK | cmyk(16%, 16%, 0%, 20%) |
| LAB | lab(71.3 6.5 -16.2) |
| LCH | lch(71.3 17.5 291.9) |
| OKLCH | oklch(0.755 0.046 285.3) |
Copy-ready code
/* CSS */
color: #acaccc;
background-color: #acaccc;
/* Tailwind (arbitrary) */
class="text-[#acaccc] bg-[#acaccc]"
/* SCSS */
$brand: #acaccc;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.800)
/* Android */
Color.parseColor("#acaccc")Accessibility — WCAG contrast
Aa
#acaccc on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acaccc on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue80.0%
CMYK percentages
Cyan15.7%
Magenta15.7%
Yellow0.0%
Key (black)20.0%
Color previews
#acaccc text on a black background
contrast 9.53:1
Card sample
#acaccc text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acaccc;
Background color
Panel with #acaccc background
background-color: #acaccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acaccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acaccc; background: linear-gradient(135deg, #acaccc, #C1ACCC);