#072014
a deep, vivid green · cool · closest name: black
RGB
7, 32, 20
HSL
151°, 64%, 8%
CMYK
78, 0, 38, 88
Luminance
0.0113
Every format
| HEX | #072014 |
| RGB | rgb(7, 32, 20) |
| HSL | hsl(151, 64%, 8%) |
| CMYK | cmyk(78%, 0%, 38%, 88%) |
| LAB | lab(10.0 -13.3 5.3) |
| LCH | lch(10.0 14.3 158.4) |
| OKLCH | oklch(0.220 0.039 159.8) |
Copy-ready code
/* CSS */
color: #072014;
background-color: #072014;
/* Tailwind (arbitrary) */
class="text-[#072014] bg-[#072014]"
/* SCSS */
$brand: #072014;
/* SwiftUI */
Color(red: 0.027, green: 0.125, blue: 0.078)
/* Android */
Color.parseColor("#072014")Accessibility — WCAG contrast
Aa
#072014 on white: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072014 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green12.5%
Blue7.8%
CMYK percentages
Cyan78.1%
Magenta0.0%
Yellow37.5%
Key (black)87.5%
Color previews
#072014 text on a black background
contrast 1.23:1
Card sample
#072014 text on a white background
contrast 17.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072014;
Background color
Panel with #072014 background
background-color: #072014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 32, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 32, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072014; background: linear-gradient(135deg, #072014, #071B20);