#9ac0af
a light, soft green · cool · closest name: silver
RGB
154, 192, 175
HSL
153°, 23%, 68%
CMYK
20, 0, 9, 25
Luminance
0.4766
Every format
| HEX | #9ac0af |
| RGB | rgb(154, 192, 175) |
| HSL | hsl(153, 23%, 68%) |
| CMYK | cmyk(20%, 0%, 9%, 25%) |
| LAB | lab(74.6 -16.1 4.4) |
| LCH | lch(74.6 16.7 164.8) |
| OKLCH | oklch(0.775 0.047 166.1) |
Copy-ready code
/* CSS */
color: #9ac0af;
background-color: #9ac0af;
/* Tailwind (arbitrary) */
class="text-[#9ac0af] bg-[#9ac0af]"
/* SCSS */
$brand: #9ac0af;
/* SwiftUI */
Color(red: 0.604, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#9ac0af")Accessibility — WCAG contrast
Aa
#9ac0af on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac0af on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green75.3%
Blue68.6%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#9ac0af text on a black background
contrast 10.53:1
Card sample
#9ac0af text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac0af;
Background color
Panel with #9ac0af background
background-color: #9ac0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac0af; background: linear-gradient(135deg, #9ac0af, #9AB8C0);