#075521
a deep, electric green · cool · closest name: seagreen
RGB
7, 85, 33
HSL
140°, 85%, 18%
CMYK
92, 0, 61, 67
Luminance
0.0665
Every format
| HEX | #075521 |
| RGB | rgb(7, 85, 33) |
| HSL | hsl(140, 85%, 18%) |
| CMYK | cmyk(92%, 0%, 61%, 67%) |
| LAB | lab(31.0 -34.5 23.9) |
| LCH | lch(31.0 42.0 145.2) |
| OKLCH | oklch(0.394 0.109 148.3) |
Copy-ready code
/* CSS */
color: #075521;
background-color: #075521;
/* Tailwind (arbitrary) */
class="text-[#075521] bg-[#075521]"
/* SCSS */
$brand: #075521;
/* SwiftUI */
Color(red: 0.027, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#075521")Accessibility — WCAG contrast
Aa
#075521 on white: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#075521 on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green33.3%
Blue12.9%
CMYK percentages
Cyan91.8%
Magenta0.0%
Yellow61.2%
Key (black)66.7%
Color previews
#075521 text on a black background
contrast 2.33:1
Card sample
#075521 text on a white background
contrast 9.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #075521;
Background color
Panel with #075521 background
background-color: #075521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #075521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #075521; background: linear-gradient(135deg, #075521, #075555);