#07250a
a deep, vivid green · cool · closest name: black
RGB
7, 37, 10
HSL
126°, 68%, 9%
CMYK
81, 0, 73, 86
Luminance
0.0139
Every format
| HEX | #07250a |
| RGB | rgb(7, 37, 10) |
| HSL | hsl(126, 68%, 9%) |
| CMYK | cmyk(81%, 0%, 73%, 86%) |
| LAB | lab(11.9 -18.3 13.2) |
| LCH | lch(11.9 22.6 144.3) |
| OKLCH | oklch(0.234 0.060 145.1) |
Copy-ready code
/* CSS */
color: #07250a;
background-color: #07250a;
/* Tailwind (arbitrary) */
class="text-[#07250a] bg-[#07250a]"
/* SCSS */
$brand: #07250a;
/* SwiftUI */
Color(red: 0.027, green: 0.145, blue: 0.039)
/* Android */
Color.parseColor("#07250a")Accessibility — WCAG contrast
Aa
#07250a on white: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07250a on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green14.5%
Blue3.9%
CMYK percentages
Cyan81.1%
Magenta0.0%
Yellow73.0%
Key (black)85.5%
Color previews
#07250a text on a black background
contrast 1.28:1
Card sample
#07250a text on a white background
contrast 16.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07250a;
Background color
Panel with #07250a background
background-color: #07250a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07250a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 37, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 37, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07250a; background: linear-gradient(135deg, #07250a, #07251E);