#07503c
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 80, 60
HSL
164°, 84%, 17%
CMYK
91, 0, 25, 69
Luminance
0.0611
Every format
| HEX | #07503c |
| RGB | rgb(7, 80, 60) |
| HSL | hsl(164, 84%, 17%) |
| CMYK | cmyk(91%, 0%, 25%, 69%) |
| LAB | lab(29.7 -26.4 6.0) |
| LCH | lch(29.7 27.0 167.3) |
| OKLCH | oklch(0.385 0.075 168.2) |
Copy-ready code
/* CSS */
color: #07503c;
background-color: #07503c;
/* Tailwind (arbitrary) */
class="text-[#07503c] bg-[#07503c]"
/* SCSS */
$brand: #07503c;
/* SwiftUI */
Color(red: 0.027, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#07503c")Accessibility — WCAG contrast
Aa
#07503c on white: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07503c on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green31.4%
Blue23.5%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#07503c text on a black background
contrast 2.22:1
Card sample
#07503c text on a white background
contrast 9.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07503c;
Background color
Panel with #07503c background
background-color: #07503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07503c; background: linear-gradient(135deg, #07503c, #073350);