#00853c
a dark, electric green · cool · closest name: seagreen
RGB
0, 133, 60
HSL
147°, 100%, 26%
CMYK
100, 0, 55, 48
Luminance
0.1710
Every format
| HEX | #00853c |
| RGB | rgb(0, 133, 60) |
| HSL | hsl(147, 100%, 26%) |
| CMYK | cmyk(100%, 0%, 55%, 48%) |
| LAB | lab(48.4 -47.9 30.6) |
| LCH | lch(48.4 56.8 147.5) |
| OKLCH | oklch(0.539 0.148 150.2) |
Copy-ready code
/* CSS */
color: #00853c;
background-color: #00853c;
/* Tailwind (arbitrary) */
class="text-[#00853c] bg-[#00853c]"
/* SCSS */
$brand: #00853c;
/* SwiftUI */
Color(red: 0.000, green: 0.522, blue: 0.235)
/* Android */
Color.parseColor("#00853c")Accessibility — WCAG contrast
Aa
#00853c on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00853c on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green52.2%
Blue23.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow54.9%
Key (black)47.8%
Color previews
#00853c text on a black background
contrast 4.42:1
Card sample
#00853c text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00853c;
Background color
Panel with #00853c background
background-color: #00853c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00853c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 133, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 133, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00853c; background: linear-gradient(135deg, #00853c, #007585);