#027770
a deep, electric cyan · cool · closest name: teal
RGB
2, 119, 112
HSL
176°, 97%, 24%
CMYK
98, 0, 6, 53
Luminance
0.1438
Every format
| HEX | #027770 |
| RGB | rgb(2, 119, 112) |
| HSL | hsl(176, 97%, 24%) |
| CMYK | cmyk(98%, 0%, 6%, 53%) |
| LAB | lab(44.8 -29.5 -4.2) |
| LCH | lch(44.8 29.8 188.0) |
| OKLCH | oklch(0.513 0.089 187.6) |
Copy-ready code
/* CSS */
color: #027770;
background-color: #027770;
/* Tailwind (arbitrary) */
class="text-[#027770] bg-[#027770]"
/* SCSS */
$brand: #027770;
/* SwiftUI */
Color(red: 0.008, green: 0.467, blue: 0.439)
/* Android */
Color.parseColor("#027770")Accessibility — WCAG contrast
Aa
#027770 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#027770 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green46.7%
Blue43.9%
CMYK percentages
Cyan98.3%
Magenta0.0%
Yellow5.9%
Key (black)53.3%
Color previews
#027770 text on a black background
contrast 3.88:1
Card sample
#027770 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #027770;
Background color
Panel with #027770 background
background-color: #027770;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #027770;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 119, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 119, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #027770; background: linear-gradient(135deg, #027770, #023077);