#9ac7af
a light, soft green · cool · closest name: silver
RGB
154, 199, 175
HSL
148°, 29%, 69%
CMYK
23, 0, 12, 22
Luminance
0.5081
Every format
| HEX | #9ac7af |
| RGB | rgb(154, 199, 175) |
| HSL | hsl(148, 29%, 69%) |
| CMYK | cmyk(23%, 0%, 12%, 22%) |
| LAB | lab(76.6 -19.7 7.2) |
| LCH | lch(76.6 21.0 159.9) |
| OKLCH | oklch(0.791 0.059 161.4) |
Copy-ready code
/* CSS */
color: #9ac7af;
background-color: #9ac7af;
/* Tailwind (arbitrary) */
class="text-[#9ac7af] bg-[#9ac7af]"
/* SCSS */
$brand: #9ac7af;
/* SwiftUI */
Color(red: 0.604, green: 0.780, blue: 0.686)
/* Android */
Color.parseColor("#9ac7af")Accessibility — WCAG contrast
Aa
#9ac7af on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac7af on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green78.0%
Blue68.6%
CMYK percentages
Cyan22.6%
Magenta0.0%
Yellow12.1%
Key (black)22.0%
Color previews
#9ac7af text on a black background
contrast 11.16:1
Card sample
#9ac7af text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac7af;
Background color
Panel with #9ac7af background
background-color: #9ac7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 199, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 199, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac7af; background: linear-gradient(135deg, #9ac7af, #9AC1C7);