#07594b
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 89, 75
HSL
170°, 85%, 19%
CMYK
92, 0, 16, 65
Luminance
0.0770
Every format
| HEX | #07594b |
| RGB | rgb(7, 89, 75) |
| HSL | hsl(170, 85%, 19%) |
| CMYK | cmyk(92%, 0%, 16%, 65%) |
| LAB | lab(33.3 -26.2 1.7) |
| LCH | lch(33.3 26.3 176.2) |
| OKLCH | oklch(0.416 0.075 176.8) |
Copy-ready code
/* CSS */
color: #07594b;
background-color: #07594b;
/* Tailwind (arbitrary) */
class="text-[#07594b] bg-[#07594b]"
/* SCSS */
$brand: #07594b;
/* SwiftUI */
Color(red: 0.027, green: 0.349, blue: 0.294)
/* Android */
Color.parseColor("#07594b")Accessibility — WCAG contrast
Aa
#07594b on white: 8.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07594b on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green34.9%
Blue29.4%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow15.7%
Key (black)65.1%
Color previews
#07594b text on a black background
contrast 2.54:1
Card sample
#07594b text on a white background
contrast 8.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07594b;
Background color
Panel with #07594b background
background-color: #07594b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07594b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 89, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 89, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07594b; background: linear-gradient(135deg, #07594b, #073059);