#00611b
a deep, electric green · cool · closest name: seagreen
RGB
0, 97, 27
HSL
137°, 100%, 19%
CMYK
100, 0, 72, 62
Luminance
0.0863
Every format
| HEX | #00611b |
| RGB | rgb(0, 97, 27) |
| HSL | hsl(137, 100%, 19%) |
| CMYK | cmyk(100%, 0%, 72%, 62%) |
| LAB | lab(35.3 -40.4 31.8) |
| LCH | lch(35.3 51.4 141.8) |
| OKLCH | oklch(0.429 0.131 146.0) |
Copy-ready code
/* CSS */
color: #00611b;
background-color: #00611b;
/* Tailwind (arbitrary) */
class="text-[#00611b] bg-[#00611b]"
/* SCSS */
$brand: #00611b;
/* SwiftUI */
Color(red: 0.000, green: 0.380, blue: 0.106)
/* Android */
Color.parseColor("#00611b")Accessibility — WCAG contrast
Aa
#00611b on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00611b on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green38.0%
Blue10.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow72.2%
Key (black)62.0%
Color previews
#00611b text on a black background
contrast 2.73:1
Card sample
#00611b text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00611b;
Background color
Panel with #00611b background
background-color: #00611b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00611b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 97, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 97, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00611b; background: linear-gradient(135deg, #00611b, #00615C);