#007a6d
a deep, electric cyan · cool · closest name: teal
RGB
0, 122, 109
HSL
174°, 100%, 24%
CMYK
100, 0, 11, 52
Luminance
0.1502
Every format
| HEX | #007a6d |
| RGB | rgb(0, 122, 109) |
| HSL | hsl(174, 100%, 24%) |
| CMYK | cmyk(100%, 0%, 11%, 52%) |
| LAB | lab(45.7 -32.0 -1.1) |
| LCH | lch(45.7 32.0 181.9) |
| OKLCH | oklch(0.520 0.093 182.1) |
Copy-ready code
/* CSS */
color: #007a6d;
background-color: #007a6d;
/* Tailwind (arbitrary) */
class="text-[#007a6d] bg-[#007a6d]"
/* SCSS */
$brand: #007a6d;
/* SwiftUI */
Color(red: 0.000, green: 0.478, blue: 0.427)
/* Android */
Color.parseColor("#007a6d")Accessibility — WCAG contrast
Aa
#007a6d on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007a6d on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.8%
Blue42.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow10.7%
Key (black)52.2%
Color previews
#007a6d text on a black background
contrast 4.00:1
Card sample
#007a6d text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007a6d;
Background color
Panel with #007a6d background
background-color: #007a6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007a6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 122, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 122, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007a6d; background: linear-gradient(135deg, #007a6d, #00367A);