#00705c
a deep, electric cyan · cool · closest name: teal
RGB
0, 112, 92
HSL
169°, 100%, 22%
CMYK
100, 0, 18, 56
Luminance
0.1236
Every format
| HEX | #00705c |
| RGB | rgb(0, 112, 92) |
| HSL | hsl(169, 100%, 22%) |
| CMYK | cmyk(100%, 0%, 18%, 56%) |
| LAB | lab(41.8 -32.5 3.5) |
| LCH | lch(41.8 32.7 173.9) |
| OKLCH | oklch(0.487 0.092 174.6) |
Copy-ready code
/* CSS */
color: #00705c;
background-color: #00705c;
/* Tailwind (arbitrary) */
class="text-[#00705c] bg-[#00705c]"
/* SCSS */
$brand: #00705c;
/* SwiftUI */
Color(red: 0.000, green: 0.439, blue: 0.361)
/* Android */
Color.parseColor("#00705c")Accessibility — WCAG contrast
Aa
#00705c on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00705c on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.9%
Blue36.1%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow17.9%
Key (black)56.1%
Color previews
#00705c text on a black background
contrast 3.47:1
Card sample
#00705c text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00705c;
Background color
Panel with #00705c background
background-color: #00705c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00705c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 112, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 112, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00705c; background: linear-gradient(135deg, #00705c, #003970);