#8ca300
a dark, electric yellow · cool · closest name: olivedrab
RGB
140, 163, 0
HSL
69°, 100%, 32%
CMYK
14, 0, 100, 36
Luminance
0.3177
Every format
| HEX | #8ca300 |
| RGB | rgb(140, 163, 0) |
| HSL | hsl(69, 100%, 32%) |
| CMYK | cmyk(14%, 0%, 100%, 36%) |
| LAB | lab(63.1 -25.5 65.5) |
| LCH | lch(63.1 70.3 111.3) |
| OKLCH | oklch(0.674 0.159 119.3) |
Copy-ready code
/* CSS */
color: #8ca300;
background-color: #8ca300;
/* Tailwind (arbitrary) */
class="text-[#8ca300] bg-[#8ca300]"
/* SCSS */
$brand: #8ca300;
/* SwiftUI */
Color(red: 0.549, green: 0.639, blue: 0.000)
/* Android */
Color.parseColor("#8ca300")Accessibility — WCAG contrast
Aa
#8ca300 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ca300 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green63.9%
Blue0.0%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow100.0%
Key (black)36.1%
Color previews
#8ca300 text on a black background
contrast 7.35:1
Card sample
#8ca300 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ca300;
Background color
Panel with #8ca300 background
background-color: #8ca300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ca300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 163, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 163, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ca300; background: linear-gradient(135deg, #8ca300, #1FA300);