#006421
a deep, electric green · cool · closest name: seagreen
RGB
0, 100, 33
HSL
140°, 100%, 20%
CMYK
100, 0, 67, 61
Luminance
0.0922
Every format
| HEX | #006421 |
| RGB | rgb(0, 100, 33) |
| HSL | hsl(140, 100%, 20%) |
| CMYK | cmyk(100%, 0%, 67%, 61%) |
| LAB | lab(36.4 -40.7 30.2) |
| LCH | lch(36.4 50.7 143.4) |
| OKLCH | oklch(0.438 0.130 147.1) |
Copy-ready code
/* CSS */
color: #006421;
background-color: #006421;
/* Tailwind (arbitrary) */
class="text-[#006421] bg-[#006421]"
/* SCSS */
$brand: #006421;
/* SwiftUI */
Color(red: 0.000, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#006421")Accessibility — WCAG contrast
Aa
#006421 on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#006421 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green39.2%
Blue12.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow67.0%
Key (black)60.8%
Color previews
#006421 text on a black background
contrast 2.84:1
Card sample
#006421 text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006421;
Background color
Panel with #006421 background
background-color: #006421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006421; background: linear-gradient(135deg, #006421, #006464);