#acafac
a light, muted gray · cool · closest name: silver
RGB
172, 175, 172
HSL
120°, 2%, 68%
CMYK
2, 0, 2, 31
Luminance
0.4241
Every format
| HEX | #acafac |
| RGB | rgb(172, 175, 172) |
| HSL | hsl(120, 2%, 68%) |
| CMYK | cmyk(2%, 0%, 2%, 31%) |
| LAB | lab(71.2 -1.6 1.2) |
| LCH | lch(71.2 2.0 144.4) |
| OKLCH | oklch(0.751 0.005 145.5) |
Copy-ready code
/* CSS */
color: #acafac;
background-color: #acafac;
/* Tailwind (arbitrary) */
class="text-[#acafac] bg-[#acafac]"
/* SCSS */
$brand: #acafac;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#acafac")Accessibility — WCAG contrast
Aa
#acafac on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafac on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue67.5%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow1.7%
Key (black)31.4%
Color previews
#acafac text on a black background
contrast 9.48:1
Card sample
#acafac text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafac;
Background color
Panel with #acafac background
background-color: #acafac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafac; background: linear-gradient(135deg, #acafac, #ACAFAE);