#acafb7
a light, muted gray · cool · closest name: silver
RGB
172, 175, 183
HSL
224°, 7%, 70%
CMYK
6, 4, 0, 28
Luminance
0.4285
Every format
| HEX | #acafb7 |
| RGB | rgb(172, 175, 183) |
| HSL | hsl(224, 7%, 70%) |
| CMYK | cmyk(6%, 4%, 0%, 28%) |
| LAB | lab(71.5 0.5 -4.5) |
| LCH | lch(71.5 4.5 276.4) |
| OKLCH | oklch(0.754 0.012 269.5) |
Copy-ready code
/* CSS */
color: #acafb7;
background-color: #acafb7;
/* Tailwind (arbitrary) */
class="text-[#acafb7] bg-[#acafb7]"
/* SCSS */
$brand: #acafb7;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.718)
/* Android */
Color.parseColor("#acafb7")Accessibility — WCAG contrast
Aa
#acafb7 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafb7 on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue71.8%
CMYK percentages
Cyan6.0%
Magenta4.4%
Yellow0.0%
Key (black)28.2%
Color previews
#acafb7 text on a black background
contrast 9.57:1
Card sample
#acafb7 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafb7;
Background color
Panel with #acafb7 background
background-color: #acafb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafb7; background: linear-gradient(135deg, #acafb7, #B0ACB7);