#007a8f
a dark, electric cyan · cool · closest name: teal
RGB
0, 122, 143
HSL
189°, 100%, 28%
CMYK
100, 15, 0, 44
Luminance
0.1590
Every format
| HEX | #007a8f |
| RGB | rgb(0, 122, 143) |
| HSL | hsl(189, 100%, 28%) |
| CMYK | cmyk(100%, 15%, 0%, 44%) |
| LAB | lab(46.8 -20.6 -19.5) |
| LCH | lch(46.8 28.4 223.3) |
| OKLCH | oklch(0.533 0.094 215.3) |
Copy-ready code
/* CSS */
color: #007a8f;
background-color: #007a8f;
/* Tailwind (arbitrary) */
class="text-[#007a8f] bg-[#007a8f]"
/* SCSS */
$brand: #007a8f;
/* SwiftUI */
Color(red: 0.000, green: 0.478, blue: 0.561)
/* Android */
Color.parseColor("#007a8f")Accessibility — WCAG contrast
Aa
#007a8f on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007a8f on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.8%
Blue56.1%
CMYK percentages
Cyan100.0%
Magenta14.7%
Yellow0.0%
Key (black)43.9%
Color previews
#007a8f text on a black background
contrast 4.18:1
Card sample
#007a8f text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007a8f;
Background color
Panel with #007a8f background
background-color: #007a8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007a8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 122, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 122, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007a8f; background: linear-gradient(135deg, #007a8f, #001B8F);