#030704
a deep, soft green · cool · “black”
RGB
3, 7, 4
HSL
135°, 40%, 2%
CMYK
57, 0, 43, 97
Luminance
0.0018
Every format
| HEX | #030704 |
| RGB | rgb(3, 7, 4) |
| HSL | hsl(135, 40%, 2%) |
| CMYK | cmyk(57%, 0%, 43%, 97%) |
| LAB | lab(1.6 -1.5 0.8) |
| LCH | lch(1.6 1.6 152.2) |
| OKLCH | oklch(0.120 0.014 153.4) |
Copy-ready code
/* CSS */
color: #030704;
background-color: #030704;
/* Tailwind (arbitrary) */
class="text-[#030704] bg-[#030704]"
/* SCSS */
$brand: #030704;
/* SwiftUI */
Color(red: 0.012, green: 0.027, blue: 0.016)
/* Android */
Color.parseColor("#030704")Accessibility — WCAG contrast
Aa
#030704 on white: 20.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030704 on black: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green2.7%
Blue1.6%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow42.9%
Key (black)97.3%
Color previews
#030704 text on a black background
contrast 1.04:1
Card sample
#030704 text on a white background
contrast 20.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030704;
Background color
Panel with #030704 background
background-color: #030704;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030704;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 7, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 7, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030704; background: linear-gradient(135deg, #030704, #030707);