#acacce
a light, soft blue · warm · closest name: silver
RGB
172, 172, 206
HSL
240°, 26%, 74%
CMYK
17, 17, 0, 19
Luminance
0.4273
Every format
| HEX | #acacce |
| RGB | rgb(172, 172, 206) |
| HSL | hsl(240, 26%, 74%) |
| CMYK | cmyk(17%, 17%, 0%, 19%) |
| LAB | lab(71.4 7.0 -17.2) |
| LCH | lch(71.4 18.6 292.0) |
| OKLCH | oklch(0.756 0.049 285.2) |
Copy-ready code
/* CSS */
color: #acacce;
background-color: #acacce;
/* Tailwind (arbitrary) */
class="text-[#acacce] bg-[#acacce]"
/* SCSS */
$brand: #acacce;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#acacce")Accessibility — WCAG contrast
Aa
#acacce on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acacce on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue80.8%
CMYK percentages
Cyan16.5%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#acacce text on a black background
contrast 9.55:1
Card sample
#acacce text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acacce;
Background color
Panel with #acacce background
background-color: #acacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acacce; background: linear-gradient(135deg, #acacce, #C3ACCE);