#035321
a deep, electric green · cool · closest name: seagreen
RGB
3, 83, 33
HSL
143°, 93%, 17%
CMYK
96, 0, 60, 68
Luminance
0.0632
Every format
| HEX | #035321 |
| RGB | rgb(3, 83, 33) |
| HSL | hsl(143, 93%, 17%) |
| CMYK | cmyk(96%, 0%, 60%, 68%) |
| LAB | lab(30.2 -34.3 23.0) |
| LCH | lch(30.2 41.3 146.2) |
| OKLCH | oklch(0.387 0.107 149.1) |
Copy-ready code
/* CSS */
color: #035321;
background-color: #035321;
/* Tailwind (arbitrary) */
class="text-[#035321] bg-[#035321]"
/* SCSS */
$brand: #035321;
/* SwiftUI */
Color(red: 0.012, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#035321")Accessibility — WCAG contrast
Aa
#035321 on white: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#035321 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green32.5%
Blue12.9%
CMYK percentages
Cyan96.4%
Magenta0.0%
Yellow60.2%
Key (black)67.5%
Color previews
#035321 text on a black background
contrast 2.26:1
Card sample
#035321 text on a white background
contrast 9.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #035321;
Background color
Panel with #035321 background
background-color: #035321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #035321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #035321; background: linear-gradient(135deg, #035321, #035053);