#0d1900
a deep, electric green · cool · closest name: black
RGB
13, 25, 0
HSL
89°, 100%, 5%
CMYK
48, 0, 100, 90
Luminance
0.0078
Every format
| HEX | #0d1900 |
| RGB | rgb(13, 25, 0) |
| HSL | hsl(89, 100%, 5%) |
| CMYK | cmyk(48%, 0%, 100%, 90%) |
| LAB | lab(7.0 -9.4 10.4) |
| LCH | lch(7.0 14.0 132.0) |
| OKLCH | oklch(0.195 0.052 129.5) |
Copy-ready code
/* CSS */
color: #0d1900;
background-color: #0d1900;
/* Tailwind (arbitrary) */
class="text-[#0d1900] bg-[#0d1900]"
/* SCSS */
$brand: #0d1900;
/* SwiftUI */
Color(red: 0.051, green: 0.098, blue: 0.000)
/* Android */
Color.parseColor("#0d1900")Accessibility — WCAG contrast
Aa
#0d1900 on white: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d1900 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green9.8%
Blue0.0%
CMYK percentages
Cyan48.0%
Magenta0.0%
Yellow100.0%
Key (black)90.2%
Color previews
#0d1900 text on a black background
contrast 1.16:1
Card sample
#0d1900 text on a white background
contrast 18.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d1900;
Background color
Panel with #0d1900 background
background-color: #0d1900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d1900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 25, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 25, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d1900; background: linear-gradient(135deg, #0d1900, #001904);