#9ac968
a balanced, vivid green · cool · closest name: olivedrab
RGB
154, 201, 104
HSL
89°, 47%, 60%
CMYK
23, 0, 48, 21
Luminance
0.4964
Every format
| HEX | #9ac968 |
| RGB | rgb(154, 201, 104) |
| HSL | hsl(89, 47%, 60%) |
| CMYK | cmyk(23%, 0%, 48%, 21%) |
| LAB | lab(75.8 -31.8 43.3) |
| LCH | lch(75.8 53.7 126.3) |
| OKLCH | oklch(0.781 0.136 130.3) |
Copy-ready code
/* CSS */
color: #9ac968;
background-color: #9ac968;
/* Tailwind (arbitrary) */
class="text-[#9ac968] bg-[#9ac968]"
/* SCSS */
$brand: #9ac968;
/* SwiftUI */
Color(red: 0.604, green: 0.788, blue: 0.408)
/* Android */
Color.parseColor("#9ac968")Accessibility — WCAG contrast
Aa
#9ac968 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ac968 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green78.8%
Blue40.8%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow48.3%
Key (black)21.2%
Color previews
#9ac968 text on a black background
contrast 10.93:1
Card sample
#9ac968 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ac968;
Background color
Panel with #9ac968 background
background-color: #9ac968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ac968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 201, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 201, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ac968; background: linear-gradient(135deg, #9ac968, #68C977);