#acbdaf
a light, muted green · cool · closest name: silver
RGB
172, 189, 175
HSL
131°, 11%, 71%
CMYK
9, 0, 7, 26
Luminance
0.4826
Every format
| HEX | #acbdaf |
| RGB | rgb(172, 189, 175) |
| HSL | hsl(131, 11%, 71%) |
| CMYK | cmyk(9%, 0%, 7%, 26%) |
| LAB | lab(75.0 -8.5 5.1) |
| LCH | lch(75.0 9.9 149.2) |
| OKLCH | oklch(0.781 0.027 150.7) |
Copy-ready code
/* CSS */
color: #acbdaf;
background-color: #acbdaf;
/* Tailwind (arbitrary) */
class="text-[#acbdaf] bg-[#acbdaf]"
/* SCSS */
$brand: #acbdaf;
/* SwiftUI */
Color(red: 0.675, green: 0.741, blue: 0.686)
/* Android */
Color.parseColor("#acbdaf")Accessibility — WCAG contrast
Aa
#acbdaf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbdaf on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green74.1%
Blue68.6%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow7.4%
Key (black)25.9%
Color previews
#acbdaf text on a black background
contrast 10.65:1
Card sample
#acbdaf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbdaf;
Background color
Panel with #acbdaf background
background-color: #acbdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 189, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 189, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbdaf; background: linear-gradient(135deg, #acbdaf, #ACBDBA);