#00331f
a deep, electric green · cool · closest name: darkslategray
RGB
0, 51, 31
HSL
157°, 100%, 10%
CMYK
100, 0, 39, 80
Luminance
0.0247
Every format
| HEX | #00331f |
| RGB | rgb(0, 51, 31) |
| HSL | hsl(157, 100%, 10%) |
| CMYK | cmyk(100%, 0%, 39%, 80%) |
| LAB | lab(17.8 -22.1 8.3) |
| LCH | lch(17.8 23.6 159.5) |
| OKLCH | oklch(0.283 0.063 160.8) |
Copy-ready code
/* CSS */
color: #00331f;
background-color: #00331f;
/* Tailwind (arbitrary) */
class="text-[#00331f] bg-[#00331f]"
/* SCSS */
$brand: #00331f;
/* SwiftUI */
Color(red: 0.000, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#00331f")Accessibility — WCAG contrast
Aa
#00331f on white: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00331f on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green20.0%
Blue12.2%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow39.2%
Key (black)80.0%
Color previews
#00331f text on a black background
contrast 1.49:1
Card sample
#00331f text on a white background
contrast 14.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00331f;
Background color
Panel with #00331f background
background-color: #00331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00331f; background: linear-gradient(135deg, #00331f, #002533);