#07564f
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 86, 79
HSL
175°, 85%, 18%
CMYK
92, 0, 8, 66
Luminance
0.0727
Every format
| HEX | #07564f |
| RGB | rgb(7, 86, 79) |
| HSL | hsl(175, 85%, 18%) |
| CMYK | cmyk(92%, 0%, 8%, 66%) |
| LAB | lab(32.4 -23.5 -2.2) |
| LCH | lch(32.4 23.6 185.3) |
| OKLCH | oklch(0.409 0.070 185.2) |
Copy-ready code
/* CSS */
color: #07564f;
background-color: #07564f;
/* Tailwind (arbitrary) */
class="text-[#07564f] bg-[#07564f]"
/* SCSS */
$brand: #07564f;
/* SwiftUI */
Color(red: 0.027, green: 0.337, blue: 0.310)
/* Android */
Color.parseColor("#07564f")Accessibility — WCAG contrast
Aa
#07564f on white: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07564f on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green33.7%
Blue31.0%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow8.1%
Key (black)66.3%
Color previews
#07564f text on a black background
contrast 2.45:1
Card sample
#07564f text on a white background
contrast 8.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07564f;
Background color
Panel with #07564f background
background-color: #07564f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07564f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 86, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 86, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07564f; background: linear-gradient(135deg, #07564f, #072856);