#014313
a deep, electric green · cool · closest name: seagreen
RGB
1, 67, 19
HSL
136°, 97%, 13%
CMYK
99, 0, 72, 74
Luminance
0.0407
Every format
| HEX | #014313 |
| RGB | rgb(1, 67, 19) |
| HSL | hsl(136, 97%, 13%) |
| CMYK | cmyk(99%, 0%, 72%, 74%) |
| LAB | lab(23.9 -30.8 23.2) |
| LCH | lch(23.9 38.6 143.0) |
| OKLCH | oklch(0.334 0.099 146.8) |
Copy-ready code
/* CSS */
color: #014313;
background-color: #014313;
/* Tailwind (arbitrary) */
class="text-[#014313] bg-[#014313]"
/* SCSS */
$brand: #014313;
/* SwiftUI */
Color(red: 0.004, green: 0.263, blue: 0.075)
/* Android */
Color.parseColor("#014313")Accessibility — WCAG contrast
Aa
#014313 on white: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#014313 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green26.3%
Blue7.5%
CMYK percentages
Cyan98.5%
Magenta0.0%
Yellow71.6%
Key (black)73.7%
Color previews
#014313 text on a black background
contrast 1.81:1
Card sample
#014313 text on a white background
contrast 11.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #014313;
Background color
Panel with #014313 background
background-color: #014313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #014313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 67, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 67, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #014313; background: linear-gradient(135deg, #014313, #01433F);