#007a88
a dark, electric cyan · cool · closest name: teal
RGB
0, 122, 136
HSL
186°, 100%, 27%
CMYK
100, 10, 0, 47
Luminance
0.1570
Every format
| HEX | #007a88 |
| RGB | rgb(0, 122, 136) |
| HSL | hsl(186, 100%, 27%) |
| CMYK | cmyk(100%, 10%, 0%, 47%) |
| LAB | lab(46.6 -23.1 -15.7) |
| LCH | lch(46.6 28.0 214.2) |
| OKLCH | oklch(0.530 0.091 208.8) |
Copy-ready code
/* CSS */
color: #007a88;
background-color: #007a88;
/* Tailwind (arbitrary) */
class="text-[#007a88] bg-[#007a88]"
/* SCSS */
$brand: #007a88;
/* SwiftUI */
Color(red: 0.000, green: 0.478, blue: 0.533)
/* Android */
Color.parseColor("#007a88")Accessibility — WCAG contrast
Aa
#007a88 on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007a88 on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green47.8%
Blue53.3%
CMYK percentages
Cyan100.0%
Magenta10.3%
Yellow0.0%
Key (black)46.7%
Color previews
#007a88 text on a black background
contrast 4.14:1
Card sample
#007a88 text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007a88;
Background color
Panel with #007a88 background
background-color: #007a88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007a88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 122, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 122, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007a88; background: linear-gradient(135deg, #007a88, #001F88);