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