#00707a
a deep, electric cyan · cool · closest name: teal
RGB
0, 112, 122
HSL
185°, 100%, 24%
CMYK
100, 8, 0, 52
Luminance
0.1299
Every format
| HEX | #00707a |
| RGB | rgb(0, 112, 122) |
| HSL | hsl(185, 100%, 24%) |
| CMYK | cmyk(100%, 8%, 0%, 52%) |
| LAB | lab(42.8 -22.8 -13.2) |
| LCH | lch(42.8 26.3 210.1) |
| OKLCH | oklch(0.498 0.085 205.6) |
Copy-ready code
/* CSS */
color: #00707a;
background-color: #00707a;
/* Tailwind (arbitrary) */
class="text-[#00707a] bg-[#00707a]"
/* SCSS */
$brand: #00707a;
/* SwiftUI */
Color(red: 0.000, green: 0.439, blue: 0.478)
/* Android */
Color.parseColor("#00707a")Accessibility — WCAG contrast
Aa
#00707a on white: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#00707a on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.9%
Blue47.8%
CMYK percentages
Cyan100.0%
Magenta8.2%
Yellow0.0%
Key (black)52.2%
Color previews
#00707a text on a black background
contrast 3.60:1
Card sample
#00707a text on a white background
contrast 5.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00707a;
Background color
Panel with #00707a background
background-color: #00707a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00707a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 112, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 112, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00707a; background: linear-gradient(135deg, #00707a, #001F7A);