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