#acafbf
a light, muted blue · warm · closest name: silver
RGB
172, 175, 191
HSL
231°, 13%, 71%
CMYK
10, 8, 0, 25
Luminance
0.4319
Every format
| HEX | #acafbf |
| RGB | rgb(172, 175, 191) |
| HSL | hsl(231, 13%, 71%) |
| CMYK | cmyk(10%, 8%, 0%, 25%) |
| LAB | lab(71.7 2.1 -8.5) |
| LCH | lch(71.7 8.8 283.9) |
| OKLCH | oklch(0.757 0.023 277.4) |
Copy-ready code
/* CSS */
color: #acafbf;
background-color: #acafbf;
/* Tailwind (arbitrary) */
class="text-[#acafbf] bg-[#acafbf]"
/* SCSS */
$brand: #acafbf;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.749)
/* Android */
Color.parseColor("#acafbf")Accessibility — WCAG contrast
Aa
#acafbf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafbf on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue74.9%
CMYK percentages
Cyan9.9%
Magenta8.4%
Yellow0.0%
Key (black)25.1%
Color previews
#acafbf text on a black background
contrast 9.64:1
Card sample
#acafbf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafbf;
Background color
Panel with #acafbf background
background-color: #acafbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafbf; background: linear-gradient(135deg, #acafbf, #B6ACBF);