#acbbaf
a light, muted green · cool · closest name: silver
RGB
172, 187, 175
HSL
132°, 10%, 70%
CMYK
8, 0, 6, 27
Luminance
0.4741
Every format
| HEX | #acbbaf |
| RGB | rgb(172, 187, 175) |
| HSL | hsl(132, 10%, 70%) |
| CMYK | cmyk(8%, 0%, 6%, 27%) |
| LAB | lab(74.5 -7.5 4.3) |
| LCH | lch(74.5 8.6 150.0) |
| OKLCH | oklch(0.777 0.024 151.5) |
Copy-ready code
/* CSS */
color: #acbbaf;
background-color: #acbbaf;
/* Tailwind (arbitrary) */
class="text-[#acbbaf] bg-[#acbbaf]"
/* SCSS */
$brand: #acbbaf;
/* SwiftUI */
Color(red: 0.675, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#acbbaf")Accessibility — WCAG contrast
Aa
#acbbaf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbbaf on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.3%
Blue68.6%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow6.4%
Key (black)26.7%
Color previews
#acbbaf text on a black background
contrast 10.48:1
Card sample
#acbbaf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbbaf;
Background color
Panel with #acbbaf background
background-color: #acbbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbbaf; background: linear-gradient(135deg, #acbbaf, #ACBBB9);