#298400
a dark, electric green · cool · closest name: green
RGB
41, 132, 0
HSL
101°, 100%, 26%
CMYK
69, 0, 100, 48
Luminance
0.1697
Every format
| HEX | #298400 |
| RGB | rgb(41, 132, 0) |
| HSL | hsl(101, 100%, 26%) |
| CMYK | cmyk(69%, 0%, 100%, 48%) |
| LAB | lab(48.2 -47.5 51.8) |
| LCH | lch(48.2 70.3 132.6) |
| OKLCH | oklch(0.538 0.172 139.6) |
Copy-ready code
/* CSS */
color: #298400;
background-color: #298400;
/* Tailwind (arbitrary) */
class="text-[#298400] bg-[#298400]"
/* SCSS */
$brand: #298400;
/* SwiftUI */
Color(red: 0.161, green: 0.518, blue: 0.000)
/* Android */
Color.parseColor("#298400")Accessibility — WCAG contrast
Aa
#298400 on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#298400 on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green51.8%
Blue0.0%
CMYK percentages
Cyan68.9%
Magenta0.0%
Yellow100.0%
Key (black)48.2%
Color previews
#298400 text on a black background
contrast 4.39:1
Card sample
#298400 text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #298400;
Background color
Panel with #298400 background
background-color: #298400;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #298400;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 132, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 132, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #298400; background: linear-gradient(135deg, #298400, #00842F);