#007e71
a deep, electric cyan · cool · closest name: teal
RGB
0, 126, 113
HSL
174°, 100%, 25%
CMYK
100, 0, 10, 51
Luminance
0.1611
Every format
| HEX | #007e71 |
| RGB | rgb(0, 126, 113) |
| HSL | hsl(174, 100%, 25%) |
| CMYK | cmyk(100%, 0%, 10%, 51%) |
| LAB | lab(47.1 -32.6 -1.3) |
| LCH | lch(47.1 32.6 182.3) |
| OKLCH | oklch(0.532 0.095 182.4) |
Copy-ready code
/* CSS */
color: #007e71;
background-color: #007e71;
/* Tailwind (arbitrary) */
class="text-[#007e71] bg-[#007e71]"
/* SCSS */
$brand: #007e71;
/* SwiftUI */
Color(red: 0.000, green: 0.494, blue: 0.443)
/* Android */
Color.parseColor("#007e71")Accessibility — WCAG contrast
Aa
#007e71 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007e71 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green49.4%
Blue44.3%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow10.3%
Key (black)50.6%
Color previews
#007e71 text on a black background
contrast 4.22:1
Card sample
#007e71 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007e71;
Background color
Panel with #007e71 background
background-color: #007e71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007e71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 126, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 126, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007e71; background: linear-gradient(135deg, #007e71, #00377E);