#00893f
a dark, electric green · cool · closest name: seagreen
RGB
0, 137, 63
HSL
148°, 100%, 27%
CMYK
100, 0, 54, 46
Luminance
0.1825
Every format
| HEX | #00893f |
| RGB | rgb(0, 137, 63) |
| HSL | hsl(148, 100%, 27%) |
| CMYK | cmyk(100%, 0%, 54%, 46%) |
| LAB | lab(49.8 -48.8 30.7) |
| LCH | lch(49.8 57.7 147.8) |
| OKLCH | oklch(0.551 0.150 150.4) |
Copy-ready code
/* CSS */
color: #00893f;
background-color: #00893f;
/* Tailwind (arbitrary) */
class="text-[#00893f] bg-[#00893f]"
/* SCSS */
$brand: #00893f;
/* SwiftUI */
Color(red: 0.000, green: 0.537, blue: 0.247)
/* Android */
Color.parseColor("#00893f")Accessibility — WCAG contrast
Aa
#00893f on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00893f on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green53.7%
Blue24.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow54.0%
Key (black)46.3%
Color previews
#00893f text on a black background
contrast 4.65:1
Card sample
#00893f text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00893f;
Background color
Panel with #00893f background
background-color: #00893f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00893f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 137, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 137, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00893f; background: linear-gradient(135deg, #00893f, #007889);