#acbcaf
a light, muted green · cool · closest name: silver
RGB
172, 188, 175
HSL
131°, 11%, 71%
CMYK
9, 0, 7, 26
Luminance
0.4783
Every format
| HEX | #acbcaf |
| RGB | rgb(172, 188, 175) |
| HSL | hsl(131, 11%, 71%) |
| CMYK | cmyk(9%, 0%, 7%, 26%) |
| LAB | lab(74.7 -8.0 4.7) |
| LCH | lch(74.7 9.3 149.6) |
| OKLCH | oklch(0.779 0.025 151.1) |
Copy-ready code
/* CSS */
color: #acbcaf;
background-color: #acbcaf;
/* Tailwind (arbitrary) */
class="text-[#acbcaf] bg-[#acbcaf]"
/* SCSS */
$brand: #acbcaf;
/* SwiftUI */
Color(red: 0.675, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#acbcaf")Accessibility — WCAG contrast
Aa
#acbcaf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbcaf on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.7%
Blue68.6%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#acbcaf text on a black background
contrast 10.57:1
Card sample
#acbcaf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbcaf;
Background color
Panel with #acbcaf background
background-color: #acbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbcaf; background: linear-gradient(135deg, #acbcaf, #ACBCBA);