#8eb13f
a balanced, vivid green · cool · closest name: olivedrab
RGB
142, 177, 63
HSL
78°, 48%, 47%
CMYK
20, 0, 64, 31
Luminance
0.3755
Every format
| HEX | #8eb13f |
| RGB | rgb(142, 177, 63) |
| HSL | hsl(78, 48%, 47%) |
| CMYK | cmyk(20%, 0%, 64%, 31%) |
| LAB | lab(67.7 -28.9 52.6) |
| LCH | lch(67.7 60.0 118.8) |
| OKLCH | oklch(0.712 0.146 124.6) |
Copy-ready code
/* CSS */
color: #8eb13f;
background-color: #8eb13f;
/* Tailwind (arbitrary) */
class="text-[#8eb13f] bg-[#8eb13f]"
/* SCSS */
$brand: #8eb13f;
/* SwiftUI */
Color(red: 0.557, green: 0.694, blue: 0.247)
/* Android */
Color.parseColor("#8eb13f")Accessibility — WCAG contrast
Aa
#8eb13f on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eb13f on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green69.4%
Blue24.7%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow64.4%
Key (black)30.6%
Color previews
#8eb13f text on a black background
contrast 8.51:1
Card sample
#8eb13f text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eb13f;
Background color
Panel with #8eb13f background
background-color: #8eb13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eb13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 177, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 177, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eb13f; background: linear-gradient(135deg, #8eb13f, #42B13F);