#087777
a deep, electric cyan · cool · closest name: teal
RGB
8, 119, 119
HSL
180°, 87%, 25%
CMYK
93, 0, 0, 53
Luminance
0.1458
Every format
| HEX | #087777 |
| RGB | rgb(8, 119, 119) |
| HSL | hsl(180, 87%, 25%) |
| CMYK | cmyk(93%, 0%, 0%, 53%) |
| LAB | lab(45.0 -26.9 -7.9) |
| LCH | lch(45.0 28.0 196.4) |
| OKLCH | oklch(0.516 0.086 194.8) |
Copy-ready code
/* CSS */
color: #087777;
background-color: #087777;
/* Tailwind (arbitrary) */
class="text-[#087777] bg-[#087777]"
/* SCSS */
$brand: #087777;
/* SwiftUI */
Color(red: 0.031, green: 0.467, blue: 0.467)
/* Android */
Color.parseColor("#087777")Accessibility — WCAG contrast
Aa
#087777 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#087777 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green46.7%
Blue46.7%
CMYK percentages
Cyan93.3%
Magenta0.0%
Yellow0.0%
Key (black)53.3%
Color previews
#087777 text on a black background
contrast 3.92:1
Card sample
#087777 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #087777;
Background color
Panel with #087777 background
background-color: #087777;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #087777;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 119, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 119, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #087777; background: linear-gradient(135deg, #087777, #082D77);