#075f44
a deep, electric cyan · cool · closest name: seagreen
RGB
7, 95, 68
HSL
162°, 86%, 20%
CMYK
93, 0, 28, 63
Luminance
0.0865
Every format
| HEX | #075f44 |
| RGB | rgb(7, 95, 68) |
| HSL | hsl(162, 86%, 20%) |
| CMYK | cmyk(93%, 0%, 28%, 63%) |
| LAB | lab(35.3 -31.0 8.8) |
| LCH | lch(35.3 32.3 164.1) |
| OKLCH | oklch(0.431 0.088 165.1) |
Copy-ready code
/* CSS */
color: #075f44;
background-color: #075f44;
/* Tailwind (arbitrary) */
class="text-[#075f44] bg-[#075f44]"
/* SCSS */
$brand: #075f44;
/* SwiftUI */
Color(red: 0.027, green: 0.373, blue: 0.267)
/* Android */
Color.parseColor("#075f44")Accessibility — WCAG contrast
Aa
#075f44 on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#075f44 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green37.3%
Blue26.7%
CMYK percentages
Cyan92.6%
Magenta0.0%
Yellow28.4%
Key (black)62.7%
Color previews
#075f44 text on a black background
contrast 2.73:1
Card sample
#075f44 text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #075f44;
Background color
Panel with #075f44 background
background-color: #075f44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #075f44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 95, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 95, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #075f44; background: linear-gradient(135deg, #075f44, #073F5F);