#089986
a dark, electric cyan · cool · closest name: teal
RGB
8, 153, 134
HSL
172°, 90%, 32%
CMYK
95, 0, 12, 40
Luminance
0.2456
Every format
| HEX | #089986 |
| RGB | rgb(8, 153, 134) |
| HSL | hsl(172, 90%, 32%) |
| CMYK | cmyk(95%, 0%, 12%, 40%) |
| LAB | lab(56.6 -38.2 0.4) |
| LCH | lch(56.6 38.2 179.3) |
| OKLCH | oklch(0.612 0.110 179.7) |
Copy-ready code
/* CSS */
color: #089986;
background-color: #089986;
/* Tailwind (arbitrary) */
class="text-[#089986] bg-[#089986]"
/* SCSS */
$brand: #089986;
/* SwiftUI */
Color(red: 0.031, green: 0.600, blue: 0.525)
/* Android */
Color.parseColor("#089986")Accessibility — WCAG contrast
Aa
#089986 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#089986 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green60.0%
Blue52.5%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow12.4%
Key (black)40.0%
Color previews
#089986 text on a black background
contrast 5.91:1
Card sample
#089986 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #089986;
Background color
Panel with #089986 background
background-color: #089986;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #089986;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 153, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 153, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #089986; background: linear-gradient(135deg, #089986, #084B99);