#089173
a dark, electric cyan · cool · closest name: seagreen
RGB
8, 145, 115
HSL
167°, 90%, 30%
CMYK
95, 0, 21, 43
Luminance
0.2154
Every format
| HEX | #089173 |
| RGB | rgb(8, 145, 115) |
| HSL | hsl(167, 90%, 30%) |
| CMYK | cmyk(95%, 0%, 21%, 43%) |
| LAB | lab(53.5 -40.0 6.8) |
| LCH | lch(53.5 40.6 170.3) |
| OKLCH | oklch(0.585 0.113 171.2) |
Copy-ready code
/* CSS */
color: #089173;
background-color: #089173;
/* Tailwind (arbitrary) */
class="text-[#089173] bg-[#089173]"
/* SCSS */
$brand: #089173;
/* SwiftUI */
Color(red: 0.031, green: 0.569, blue: 0.451)
/* Android */
Color.parseColor("#089173")Accessibility — WCAG contrast
Aa
#089173 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#089173 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green56.9%
Blue45.1%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow20.7%
Key (black)43.1%
Color previews
#089173 text on a black background
contrast 5.31:1
Card sample
#089173 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #089173;
Background color
Panel with #089173 background
background-color: #089173;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #089173;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 145, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 145, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #089173; background: linear-gradient(135deg, #089173, #085491);