#016621
a deep, electric green · cool · closest name: seagreen
RGB
1, 102, 33
HSL
139°, 98%, 20%
CMYK
99, 0, 68, 60
Luminance
0.0962
Every format
| HEX | #016621 |
| RGB | rgb(1, 102, 33) |
| HSL | hsl(139, 98%, 20%) |
| CMYK | cmyk(99%, 0%, 68%, 60%) |
| LAB | lab(37.1 -41.3 31.0) |
| LCH | lch(37.1 51.6 143.1) |
| OKLCH | oklch(0.445 0.132 146.8) |
Copy-ready code
/* CSS */
color: #016621;
background-color: #016621;
/* Tailwind (arbitrary) */
class="text-[#016621] bg-[#016621]"
/* SCSS */
$brand: #016621;
/* SwiftUI */
Color(red: 0.004, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#016621")Accessibility — WCAG contrast
Aa
#016621 on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#016621 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green40.0%
Blue12.9%
CMYK percentages
Cyan99.0%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#016621 text on a black background
contrast 2.92:1
Card sample
#016621 text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #016621;
Background color
Panel with #016621 background
background-color: #016621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #016621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #016621; background: linear-gradient(135deg, #016621, #016664);