#007070
a deep, electric cyan · cool · closest name: teal
RGB
0, 112, 112
HSL
180°, 100%, 22%
CMYK
100, 0, 0, 56
Luminance
0.1276
Every format
| HEX | #007070 |
| RGB | rgb(0, 112, 112) |
| HSL | hsl(180, 100%, 22%) |
| CMYK | cmyk(100%, 0%, 0%, 56%) |
| LAB | lab(42.4 -26.2 -7.7) |
| LCH | lch(42.4 27.3 196.4) |
| OKLCH | oklch(0.494 0.084 194.8) |
Copy-ready code
/* CSS */
color: #007070;
background-color: #007070;
/* Tailwind (arbitrary) */
class="text-[#007070] bg-[#007070]"
/* SCSS */
$brand: #007070;
/* SwiftUI */
Color(red: 0.000, green: 0.439, blue: 0.439)
/* Android */
Color.parseColor("#007070")Accessibility — WCAG contrast
Aa
#007070 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007070 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.9%
Blue43.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow0.0%
Key (black)56.1%
Color previews
#007070 text on a black background
contrast 3.55:1
Card sample
#007070 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007070;
Background color
Panel with #007070 background
background-color: #007070;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007070;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 112, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 112, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007070; background: linear-gradient(135deg, #007070, #002570);