#acafb5
a light, muted gray · cool · closest name: silver
RGB
172, 175, 181
HSL
220°, 6%, 69%
CMYK
5, 3, 0, 29
Luminance
0.4277
Every format
| HEX | #acafb5 |
| RGB | rgb(172, 175, 181) |
| HSL | hsl(220, 6%, 69%) |
| CMYK | cmyk(5%, 3%, 0%, 29%) |
| LAB | lab(71.4 0.1 -3.4) |
| LCH | lch(71.4 3.4 271.7) |
| OKLCH | oklch(0.753 0.009 264.5) |
Copy-ready code
/* CSS */
color: #acafb5;
background-color: #acafb5;
/* Tailwind (arbitrary) */
class="text-[#acafb5] bg-[#acafb5]"
/* SCSS */
$brand: #acafb5;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.710)
/* Android */
Color.parseColor("#acafb5")Accessibility — WCAG contrast
Aa
#acafb5 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafb5 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue71.0%
CMYK percentages
Cyan5.0%
Magenta3.3%
Yellow0.0%
Key (black)29.0%
Color previews
#acafb5 text on a black background
contrast 9.55:1
Card sample
#acafb5 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafb5;
Background color
Panel with #acafb5 background
background-color: #acafb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafb5; background: linear-gradient(135deg, #acafb5, #AFACB5);