#398e02
a dark, electric green · cool · closest name: green
RGB
57, 142, 2
HSL
96°, 97%, 28%
CMYK
60, 0, 99, 44
Luminance
0.2022
Every format
| HEX | #398e02 |
| RGB | rgb(57, 142, 2) |
| HSL | hsl(96, 97%, 28%) |
| CMYK | cmyk(60%, 0%, 99%, 44%) |
| LAB | lab(52.1 -47.1 54.6) |
| LCH | lch(52.1 72.2 130.8) |
| OKLCH | oklch(0.572 0.176 138.0) |
Copy-ready code
/* CSS */
color: #398e02;
background-color: #398e02;
/* Tailwind (arbitrary) */
class="text-[#398e02] bg-[#398e02]"
/* SCSS */
$brand: #398e02;
/* SwiftUI */
Color(red: 0.224, green: 0.557, blue: 0.008)
/* Android */
Color.parseColor("#398e02")Accessibility — WCAG contrast
Aa
#398e02 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#398e02 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green55.7%
Blue0.8%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow98.6%
Key (black)44.3%
Color previews
#398e02 text on a black background
contrast 5.04:1
Card sample
#398e02 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #398e02;
Background color
Panel with #398e02 background
background-color: #398e02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #398e02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 142, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 142, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #398e02; background: linear-gradient(135deg, #398e02, #028E28);