#007788
a dark, electric cyan · cool · closest name: teal
RGB
0, 119, 136
HSL
188°, 100%, 27%
CMYK
100, 13, 0, 47
Luminance
0.1497
Every format
| HEX | #007788 |
| RGB | rgb(0, 119, 136) |
| HSL | hsl(188, 100%, 27%) |
| CMYK | cmyk(100%, 13%, 0%, 47%) |
| LAB | lab(45.6 -21.5 -17.2) |
| LCH | lch(45.6 27.6 218.7) |
| OKLCH | oklch(0.522 0.091 212.0) |
Copy-ready code
/* CSS */
color: #007788;
background-color: #007788;
/* Tailwind (arbitrary) */
class="text-[#007788] bg-[#007788]"
/* SCSS */
$brand: #007788;
/* SwiftUI */
Color(red: 0.000, green: 0.467, blue: 0.533)
/* Android */
Color.parseColor("#007788")Accessibility — WCAG contrast
Aa
#007788 on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007788 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.7%
Blue53.3%
CMYK percentages
Cyan100.0%
Magenta12.5%
Yellow0.0%
Key (black)46.7%
Color previews
#007788 text on a black background
contrast 3.99:1
Card sample
#007788 text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007788;
Background color
Panel with #007788 background
background-color: #007788;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007788;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 119, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 119, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007788; background: linear-gradient(135deg, #007788, #001C88);