#8da40c
a dark, electric yellow · cool · closest name: olivedrab
RGB
141, 164, 12
HSL
69°, 86%, 35%
CMYK
14, 0, 93, 36
Luminance
0.3224
Every format
| HEX | #8da40c |
| RGB | rgb(141, 164, 12) |
| HSL | hsl(69, 86%, 35%) |
| CMYK | cmyk(14%, 0%, 93%, 36%) |
| LAB | lab(63.5 -25.4 64.2) |
| LCH | lch(63.5 69.0 111.6) |
| OKLCH | oklch(0.677 0.157 119.3) |
Copy-ready code
/* CSS */
color: #8da40c;
background-color: #8da40c;
/* Tailwind (arbitrary) */
class="text-[#8da40c] bg-[#8da40c]"
/* SCSS */
$brand: #8da40c;
/* SwiftUI */
Color(red: 0.553, green: 0.643, blue: 0.047)
/* Android */
Color.parseColor("#8da40c")Accessibility — WCAG contrast
Aa
#8da40c on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8da40c on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green64.3%
Blue4.7%
CMYK percentages
Cyan14.0%
Magenta0.0%
Yellow92.7%
Key (black)35.7%
Color previews
#8da40c text on a black background
contrast 7.45:1
Card sample
#8da40c text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8da40c;
Background color
Panel with #8da40c background
background-color: #8da40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8da40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 164, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 164, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8da40c; background: linear-gradient(135deg, #8da40c, #28A40C);