#00330a
a deep, electric green · cool · closest name: darkslategray
RGB
0, 51, 10
HSL
132°, 100%, 10%
CMYK
100, 0, 80, 80
Luminance
0.0239
Every format
| HEX | #00330a |
| RGB | rgb(0, 51, 10) |
| HSL | hsl(132, 100%, 10%) |
| CMYK | cmyk(100%, 0%, 80%, 80%) |
| LAB | lab(17.4 -26.4 20.3) |
| LCH | lch(17.4 33.2 142.5) |
| OKLCH | oklch(0.279 0.085 146.0) |
Copy-ready code
/* CSS */
color: #00330a;
background-color: #00330a;
/* Tailwind (arbitrary) */
class="text-[#00330a] bg-[#00330a]"
/* SCSS */
$brand: #00330a;
/* SwiftUI */
Color(red: 0.000, green: 0.200, blue: 0.039)
/* Android */
Color.parseColor("#00330a")Accessibility — WCAG contrast
Aa
#00330a on white: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00330a on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green20.0%
Blue3.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow80.4%
Key (black)80.0%
Color previews
#00330a text on a black background
contrast 1.48:1
Card sample
#00330a text on a white background
contrast 14.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00330a;
Background color
Panel with #00330a background
background-color: #00330a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00330a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 51, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 51, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00330a; background: linear-gradient(135deg, #00330a, #00332C);