#07200f
a deep, vivid green · cool · closest name: black
RGB
7, 32, 15
HSL
139°, 64%, 8%
CMYK
78, 0, 53, 88
Luminance
0.0111
Every format
| HEX | #07200f |
| RGB | rgb(7, 32, 15) |
| HSL | hsl(139, 64%, 8%) |
| CMYK | cmyk(78%, 0%, 53%, 88%) |
| LAB | lab(9.9 -14.4 8.1) |
| LCH | lch(9.9 16.5 150.8) |
| OKLCH | oklch(0.218 0.046 151.5) |
Copy-ready code
/* CSS */
color: #07200f;
background-color: #07200f;
/* Tailwind (arbitrary) */
class="text-[#07200f] bg-[#07200f]"
/* SCSS */
$brand: #07200f;
/* SwiftUI */
Color(red: 0.027, green: 0.125, blue: 0.059)
/* Android */
Color.parseColor("#07200f")Accessibility — WCAG contrast
Aa
#07200f on white: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07200f on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green12.5%
Blue5.9%
CMYK percentages
Cyan78.1%
Magenta0.0%
Yellow53.1%
Key (black)87.5%
Color previews
#07200f text on a black background
contrast 1.22:1
Card sample
#07200f text on a white background
contrast 17.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07200f;
Background color
Panel with #07200f background
background-color: #07200f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07200f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 32, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 32, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07200f; background: linear-gradient(135deg, #07200f, #07201F);