#00613e
a deep, electric green · cool · closest name: seagreen
RGB
0, 97, 62
HSL
158°, 100%, 19%
CMYK
100, 0, 36, 62
Luminance
0.0890
Every format
| HEX | #00613e |
| RGB | rgb(0, 97, 62) |
| HSL | hsl(158, 100%, 19%) |
| CMYK | cmyk(100%, 0%, 36%, 62%) |
| LAB | lab(35.8 -34.1 13.2) |
| LCH | lch(35.8 36.5 158.9) |
| OKLCH | oklch(0.435 0.098 160.2) |
Copy-ready code
/* CSS */
color: #00613e;
background-color: #00613e;
/* Tailwind (arbitrary) */
class="text-[#00613e] bg-[#00613e]"
/* SCSS */
$brand: #00613e;
/* SwiftUI */
Color(red: 0.000, green: 0.380, blue: 0.243)
/* Android */
Color.parseColor("#00613e")Accessibility — WCAG contrast
Aa
#00613e on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00613e on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green38.0%
Blue24.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow36.1%
Key (black)62.0%
Color previews
#00613e text on a black background
contrast 2.78:1
Card sample
#00613e text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00613e;
Background color
Panel with #00613e background
background-color: #00613e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00613e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 97, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 97, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00613e; background: linear-gradient(135deg, #00613e, #004361);