#030700
a deep, electric green · cool · closest name: black
RGB
3, 7, 0
HSL
94°, 100%, 1%
CMYK
57, 0, 100, 97
Luminance
0.0017
Every format
| HEX | #030700 |
| RGB | rgb(3, 7, 0) |
| HSL | hsl(94, 100%, 1%) |
| CMYK | cmyk(57%, 0%, 100%, 97%) |
| LAB | lab(1.6 -2.0 2.3) |
| LCH | lch(1.6 3.0 131.5) |
| OKLCH | oklch(0.117 0.031 129.0) |
Copy-ready code
/* CSS */
color: #030700;
background-color: #030700;
/* Tailwind (arbitrary) */
class="text-[#030700] bg-[#030700]"
/* SCSS */
$brand: #030700;
/* SwiftUI */
Color(red: 0.012, green: 0.027, blue: 0.000)
/* Android */
Color.parseColor("#030700")Accessibility — WCAG contrast
Aa
#030700 on white: 20.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#030700 on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green2.7%
Blue0.0%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow100.0%
Key (black)97.3%
Color previews
#030700 text on a black background
contrast 1.03:1
Card sample
#030700 text on a white background
contrast 20.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #030700;
Background color
Panel with #030700 background
background-color: #030700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #030700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 7, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 7, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #030700; background: linear-gradient(135deg, #030700, #000702);