#075222
a deep, electric green · cool · closest name: seagreen
RGB
7, 82, 34
HSL
142°, 84%, 18%
CMYK
92, 0, 59, 68
Luminance
0.0620
Every format
| HEX | #075222 |
| RGB | rgb(7, 82, 34) |
| HSL | hsl(142, 84%, 18%) |
| CMYK | cmyk(92%, 0%, 59%, 68%) |
| LAB | lab(29.9 -33.2 22.1) |
| LCH | lch(29.9 39.9 146.4) |
| OKLCH | oklch(0.385 0.104 149.2) |
Copy-ready code
/* CSS */
color: #075222;
background-color: #075222;
/* Tailwind (arbitrary) */
class="text-[#075222] bg-[#075222]"
/* SCSS */
$brand: #075222;
/* SwiftUI */
Color(red: 0.027, green: 0.322, blue: 0.133)
/* Android */
Color.parseColor("#075222")Accessibility — WCAG contrast
Aa
#075222 on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#075222 on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green32.2%
Blue13.3%
CMYK percentages
Cyan91.5%
Magenta0.0%
Yellow58.5%
Key (black)67.8%
Color previews
#075222 text on a black background
contrast 2.24:1
Card sample
#075222 text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #075222;
Background color
Panel with #075222 background
background-color: #075222;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #075222;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 82, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 82, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #075222; background: linear-gradient(135deg, #075222, #075052);