#0d2003
a deep, electric green · cool · closest name: black
RGB
13, 32, 3
HSL
99°, 83%, 7%
CMYK
59, 0, 91, 88
Luminance
0.0113
Every format
| HEX | #0d2003 |
| RGB | rgb(13, 32, 3) |
| HSL | hsl(99, 83%, 7%) |
| CMYK | cmyk(59%, 0%, 91%, 88%) |
| LAB | lab(10.0 -14.4 13.4) |
| LCH | lch(10.0 19.7 137.1) |
| OKLCH | oklch(0.219 0.058 135.8) |
Copy-ready code
/* CSS */
color: #0d2003;
background-color: #0d2003;
/* Tailwind (arbitrary) */
class="text-[#0d2003] bg-[#0d2003]"
/* SCSS */
$brand: #0d2003;
/* SwiftUI */
Color(red: 0.051, green: 0.125, blue: 0.012)
/* Android */
Color.parseColor("#0d2003")Accessibility — WCAG contrast
Aa
#0d2003 on white: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d2003 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green12.5%
Blue1.2%
CMYK percentages
Cyan59.4%
Magenta0.0%
Yellow90.6%
Key (black)87.5%
Color previews
#0d2003 text on a black background
contrast 1.23:1
Card sample
#0d2003 text on a white background
contrast 17.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d2003;
Background color
Panel with #0d2003 background
background-color: #0d2003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d2003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 32, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 32, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d2003; background: linear-gradient(135deg, #0d2003, #03200C);