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