#acafbd
a light, muted blue · warm · closest name: silver
RGB
172, 175, 189
HSL
229°, 11%, 71%
CMYK
9, 7, 0, 26
Luminance
0.4310
Every format
| HEX | #acafbd |
| RGB | rgb(172, 175, 189) |
| HSL | hsl(229, 11%, 71%) |
| CMYK | cmyk(9%, 7%, 0%, 26%) |
| LAB | lab(71.6 1.7 -7.5) |
| LCH | lch(71.6 7.7 282.8) |
| OKLCH | oklch(0.756 0.020 276.2) |
Copy-ready code
/* CSS */
color: #acafbd;
background-color: #acafbd;
/* Tailwind (arbitrary) */
class="text-[#acafbd] bg-[#acafbd]"
/* SCSS */
$brand: #acafbd;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.741)
/* Android */
Color.parseColor("#acafbd")Accessibility — WCAG contrast
Aa
#acafbd on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafbd on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue74.1%
CMYK percentages
Cyan9.0%
Magenta7.4%
Yellow0.0%
Key (black)25.9%
Color previews
#acafbd text on a black background
contrast 9.62:1
Card sample
#acafbd text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafbd;
Background color
Panel with #acafbd background
background-color: #acafbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafbd; background: linear-gradient(135deg, #acafbd, #B4ACBD);