#0c1503
a deep, electric green · cool · closest name: black
RGB
12, 21, 3
HSL
90°, 75%, 5%
CMYK
43, 0, 86, 92
Luminance
0.0062
Every format
| HEX | #0c1503 |
| RGB | rgb(12, 21, 3) |
| HSL | hsl(90, 75%, 5%) |
| CMYK | cmyk(43%, 0%, 86%, 92%) |
| LAB | lab(5.6 -6.3 7.0) |
| LCH | lch(5.6 9.5 131.8) |
| OKLCH | oklch(0.181 0.039 129.7) |
Copy-ready code
/* CSS */
color: #0c1503;
background-color: #0c1503;
/* Tailwind (arbitrary) */
class="text-[#0c1503] bg-[#0c1503]"
/* SCSS */
$brand: #0c1503;
/* SwiftUI */
Color(red: 0.047, green: 0.082, blue: 0.012)
/* Android */
Color.parseColor("#0c1503")Accessibility — WCAG contrast
Aa
#0c1503 on white: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c1503 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green8.2%
Blue1.2%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow85.7%
Key (black)91.8%
Color previews
#0c1503 text on a black background
contrast 1.12:1
Card sample
#0c1503 text on a white background
contrast 18.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c1503;
Background color
Panel with #0c1503 background
background-color: #0c1503;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c1503;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 21, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 21, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c1503; background: linear-gradient(135deg, #0c1503, #031506);