#00935c
a dark, electric green · cool · closest name: seagreen
RGB
0, 147, 92
HSL
158°, 100%, 29%
CMYK
100, 0, 37, 42
Luminance
0.2164
Every format
| HEX | #00935c |
| RGB | rgb(0, 147, 92) |
| HSL | hsl(158, 100%, 29%) |
| CMYK | cmyk(100%, 0%, 37%, 42%) |
| LAB | lab(53.6 -46.8 20.0) |
| LCH | lch(53.6 50.9 156.9) |
| OKLCH | oklch(0.584 0.136 158.3) |
Copy-ready code
/* CSS */
color: #00935c;
background-color: #00935c;
/* Tailwind (arbitrary) */
class="text-[#00935c] bg-[#00935c]"
/* SCSS */
$brand: #00935c;
/* SwiftUI */
Color(red: 0.000, green: 0.576, blue: 0.361)
/* Android */
Color.parseColor("#00935c")Accessibility — WCAG contrast
Aa
#00935c on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#00935c on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green57.6%
Blue36.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow37.4%
Key (black)42.4%
Color previews
#00935c text on a black background
contrast 5.33:1
Card sample
#00935c text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00935c;
Background color
Panel with #00935c background
background-color: #00935c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00935c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 147, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 147, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00935c; background: linear-gradient(135deg, #00935c, #006893);