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