#7ba300
a dark, electric green · cool · closest name: olivedrab
RGB
123, 163, 0
HSL
75°, 100%, 32%
CMYK
25, 0, 100, 36
Luminance
0.3041
Every format
| HEX | #7ba300 |
| RGB | rgb(123, 163, 0) |
| HSL | hsl(75, 100%, 32%) |
| CMYK | cmyk(25%, 0%, 100%, 36%) |
| LAB | lab(62.0 -32.7 64.1) |
| LCH | lch(62.0 71.9 117.0) |
| OKLCH | oklch(0.661 0.167 125.2) |
Copy-ready code
/* CSS */
color: #7ba300;
background-color: #7ba300;
/* Tailwind (arbitrary) */
class="text-[#7ba300] bg-[#7ba300]"
/* SCSS */
$brand: #7ba300;
/* SwiftUI */
Color(red: 0.482, green: 0.639, blue: 0.000)
/* Android */
Color.parseColor("#7ba300")Accessibility — WCAG contrast
Aa
#7ba300 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ba300 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green63.9%
Blue0.0%
CMYK percentages
Cyan24.5%
Magenta0.0%
Yellow100.0%
Key (black)36.1%
Color previews
#7ba300 text on a black background
contrast 7.08:1
Card sample
#7ba300 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ba300;
Background color
Panel with #7ba300 background
background-color: #7ba300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ba300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 163, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 163, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ba300; background: linear-gradient(135deg, #7ba300, #0EA300);