#8ac968
a balanced, vivid green · cool · closest name: olivedrab
RGB
138, 201, 104
HSL
99°, 47%, 60%
CMYK
31, 0, 48, 21
Luminance
0.4818
Every format
| HEX | #8ac968 |
| RGB | rgb(138, 201, 104) |
| HSL | hsl(99, 47%, 60%) |
| CMYK | cmyk(31%, 0%, 48%, 21%) |
| LAB | lab(74.9 -37.5 42.0) |
| LCH | lch(74.9 56.3 131.8) |
| OKLCH | oklch(0.771 0.144 135.6) |
Copy-ready code
/* CSS */
color: #8ac968;
background-color: #8ac968;
/* Tailwind (arbitrary) */
class="text-[#8ac968] bg-[#8ac968]"
/* SCSS */
$brand: #8ac968;
/* SwiftUI */
Color(red: 0.541, green: 0.788, blue: 0.408)
/* Android */
Color.parseColor("#8ac968")Accessibility — WCAG contrast
Aa
#8ac968 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ac968 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green78.8%
Blue40.8%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow48.3%
Key (black)21.2%
Color previews
#8ac968 text on a black background
contrast 10.64:1
Card sample
#8ac968 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ac968;
Background color
Panel with #8ac968 background
background-color: #8ac968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ac968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 201, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 201, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ac968; background: linear-gradient(135deg, #8ac968, #68C987);