#007a70
a deep, electric cyan · cool · closest name: teal
RGB
0, 122, 112
HSL
175°, 100%, 24%
CMYK
100, 0, 8, 52
Luminance
0.1509
Every format
| HEX | #007a70 |
| RGB | rgb(0, 122, 112) |
| HSL | hsl(175, 100%, 24%) |
| CMYK | cmyk(100%, 0%, 8%, 52%) |
| LAB | lab(45.8 -31.1 -2.7) |
| LCH | lch(45.8 31.2 185.0) |
| OKLCH | oklch(0.521 0.092 184.9) |
Copy-ready code
/* CSS */
color: #007a70;
background-color: #007a70;
/* Tailwind (arbitrary) */
class="text-[#007a70] bg-[#007a70]"
/* SCSS */
$brand: #007a70;
/* SwiftUI */
Color(red: 0.000, green: 0.478, blue: 0.439)
/* Android */
Color.parseColor("#007a70")Accessibility — WCAG contrast
Aa
#007a70 on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007a70 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.8%
Blue43.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow8.2%
Key (black)52.2%
Color previews
#007a70 text on a black background
contrast 4.02:1
Card sample
#007a70 text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007a70;
Background color
Panel with #007a70 background
background-color: #007a70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007a70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 122, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 122, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007a70; background: linear-gradient(135deg, #007a70, #00337A);