#015521
a deep, electric green · cool · closest name: seagreen
RGB
1, 85, 33
HSL
143°, 98%, 17%
CMYK
99, 0, 61, 67
Luminance
0.0661
Every format
| HEX | #015521 |
| RGB | rgb(1, 85, 33) |
| HSL | hsl(143, 98%, 17%) |
| CMYK | cmyk(99%, 0%, 61%, 67%) |
| LAB | lab(30.9 -35.3 23.8) |
| LCH | lch(30.9 42.6 146.0) |
| OKLCH | oklch(0.393 0.110 149.0) |
Copy-ready code
/* CSS */
color: #015521;
background-color: #015521;
/* Tailwind (arbitrary) */
class="text-[#015521] bg-[#015521]"
/* SCSS */
$brand: #015521;
/* SwiftUI */
Color(red: 0.004, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#015521")Accessibility — WCAG contrast
Aa
#015521 on white: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#015521 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green33.3%
Blue12.9%
CMYK percentages
Cyan98.8%
Magenta0.0%
Yellow61.2%
Key (black)66.7%
Color previews
#015521 text on a black background
contrast 2.32:1
Card sample
#015521 text on a white background
contrast 9.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #015521;
Background color
Panel with #015521 background
background-color: #015521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #015521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #015521; background: linear-gradient(135deg, #015521, #015155);