#00361b
a deep, electric green · cool · closest name: darkslategray
RGB
0, 54, 27
HSL
150°, 100%, 11%
CMYK
100, 0, 50, 79
Luminance
0.0272
Every format
| HEX | #00361b |
| RGB | rgb(0, 54, 27) |
| HSL | hsl(150, 100%, 11%) |
| CMYK | cmyk(100%, 0%, 50%, 79%) |
| LAB | lab(18.9 -24.4 12.4) |
| LCH | lch(18.9 27.4 153.1) |
| OKLCH | oklch(0.292 0.072 154.9) |
Copy-ready code
/* CSS */
color: #00361b;
background-color: #00361b;
/* Tailwind (arbitrary) */
class="text-[#00361b] bg-[#00361b]"
/* SCSS */
$brand: #00361b;
/* SwiftUI */
Color(red: 0.000, green: 0.212, blue: 0.106)
/* Android */
Color.parseColor("#00361b")Accessibility — WCAG contrast
Aa
#00361b on white: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00361b on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green21.2%
Blue10.6%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow50.0%
Key (black)78.8%
Color previews
#00361b text on a black background
contrast 1.54:1
Card sample
#00361b text on a white background
contrast 13.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00361b;
Background color
Panel with #00361b background
background-color: #00361b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00361b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 54, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 54, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00361b; background: linear-gradient(135deg, #00361b, #002D36);