#9ac4af
a light, soft green · cool · closest name: silver
RGB
154, 196, 175
HSL
150°, 26%, 69%
CMYK
21, 0, 11, 23
Luminance
0.4945
Every format
| HEX | #9ac4af |
| RGB | rgb(154, 196, 175) |
| HSL | hsl(150, 26%, 69%) |
| CMYK | cmyk(21%, 0%, 11%, 23%) |
| LAB | lab(75.7 -18.2 6.0) |
| LCH | lch(75.7 19.1 161.8) |
| OKLCH | oklch(0.784 0.054 163.2) |
Copy-ready code
/* CSS */
color: #9ac4af;
background-color: #9ac4af;
/* Tailwind (arbitrary) */
class="text-[#9ac4af] bg-[#9ac4af]"
/* SCSS */
$brand: #9ac4af;
/* SwiftUI */
Color(red: 0.604, green: 0.769, blue: 0.686)
/* Android */
Color.parseColor("#9ac4af")Accessibility — WCAG contrast
Aa
#9ac4af on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac4af on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green76.9%
Blue68.6%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow10.7%
Key (black)23.1%
Color previews
#9ac4af text on a black background
contrast 10.89:1
Card sample
#9ac4af text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac4af;
Background color
Panel with #9ac4af background
background-color: #9ac4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 196, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 196, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac4af; background: linear-gradient(135deg, #9ac4af, #9ABDC4);