#072003
a deep, electric green · cool · closest name: black
RGB
7, 32, 3
HSL
112°, 83%, 7%
CMYK
78, 0, 91, 88
Luminance
0.0108
Every format
| HEX | #072003 |
| RGB | rgb(7, 32, 3) |
| HSL | hsl(112, 83%, 7%) |
| CMYK | cmyk(78%, 0%, 91%, 88%) |
| LAB | lab(9.7 -16.3 12.9) |
| LCH | lch(9.7 20.8 141.6) |
| OKLCH | oklch(0.216 0.061 140.2) |
Copy-ready code
/* CSS */
color: #072003;
background-color: #072003;
/* Tailwind (arbitrary) */
class="text-[#072003] bg-[#072003]"
/* SCSS */
$brand: #072003;
/* SwiftUI */
Color(red: 0.027, green: 0.125, blue: 0.012)
/* Android */
Color.parseColor("#072003")Accessibility — WCAG contrast
Aa
#072003 on white: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072003 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green12.5%
Blue1.2%
CMYK percentages
Cyan78.1%
Magenta0.0%
Yellow90.6%
Key (black)87.5%
Color previews
#072003 text on a black background
contrast 1.22:1
Card sample
#072003 text on a white background
contrast 17.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072003;
Background color
Panel with #072003 background
background-color: #072003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 32, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 32, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072003; background: linear-gradient(135deg, #072003, #032012);