#02935f
a dark, electric green · cool · closest name: seagreen
RGB
2, 147, 95
HSL
159°, 97%, 29%
CMYK
99, 0, 35, 42
Luminance
0.2171
Every format
| HEX | #02935f |
| RGB | rgb(2, 147, 95) |
| HSL | hsl(159, 97%, 29%) |
| CMYK | cmyk(99%, 0%, 35%, 42%) |
| LAB | lab(53.7 -46.1 18.4) |
| LCH | lch(53.7 49.6 158.2) |
| OKLCH | oklch(0.585 0.133 159.6) |
Copy-ready code
/* CSS */
color: #02935f;
background-color: #02935f;
/* Tailwind (arbitrary) */
class="text-[#02935f] bg-[#02935f]"
/* SCSS */
$brand: #02935f;
/* SwiftUI */
Color(red: 0.008, green: 0.576, blue: 0.373)
/* Android */
Color.parseColor("#02935f")Accessibility — WCAG contrast
Aa
#02935f on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#02935f on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green57.6%
Blue37.3%
CMYK percentages
Cyan98.6%
Magenta0.0%
Yellow35.4%
Key (black)42.4%
Color previews
#02935f text on a black background
contrast 5.34:1
Card sample
#02935f text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #02935f;
Background color
Panel with #02935f background
background-color: #02935f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #02935f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 147, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 147, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #02935f; background: linear-gradient(135deg, #02935f, #026693);