#007a8a
a dark, electric cyan · cool · closest name: teal
RGB
0, 122, 138
HSL
187°, 100%, 27%
CMYK
100, 12, 0, 46
Luminance
0.1575
Every format
| HEX | #007a8a |
| RGB | rgb(0, 122, 138) |
| HSL | hsl(187, 100%, 27%) |
| CMYK | cmyk(100%, 12%, 0%, 46%) |
| LAB | lab(46.6 -22.4 -16.8) |
| LCH | lch(46.6 28.0 216.9) |
| OKLCH | oklch(0.531 0.092 210.7) |
Copy-ready code
/* CSS */
color: #007a8a;
background-color: #007a8a;
/* Tailwind (arbitrary) */
class="text-[#007a8a] bg-[#007a8a]"
/* SCSS */
$brand: #007a8a;
/* SwiftUI */
Color(red: 0.000, green: 0.478, blue: 0.541)
/* Android */
Color.parseColor("#007a8a")Accessibility — WCAG contrast
Aa
#007a8a on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007a8a on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.8%
Blue54.1%
CMYK percentages
Cyan100.0%
Magenta11.6%
Yellow0.0%
Key (black)45.9%
Color previews
#007a8a text on a black background
contrast 4.15:1
Card sample
#007a8a text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007a8a;
Background color
Panel with #007a8a background
background-color: #007a8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007a8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 122, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 122, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007a8a; background: linear-gradient(135deg, #007a8a, #001E8A);