#08758e
a dark, electric cyan · cool · closest name: teal
RGB
8, 117, 142
HSL
191°, 89%, 29%
CMYK
94, 18, 0, 44
Luminance
0.1473
Every format
| HEX | #08758e |
| RGB | rgb(8, 117, 142) |
| HSL | hsl(191, 89%, 29%) |
| CMYK | cmyk(94%, 18%, 0%, 44%) |
| LAB | lab(45.3 -17.9 -21.3) |
| LCH | lch(45.3 27.8 230.0) |
| OKLCH | oklch(0.521 0.093 220.0) |
Copy-ready code
/* CSS */
color: #08758e;
background-color: #08758e;
/* Tailwind (arbitrary) */
class="text-[#08758e] bg-[#08758e]"
/* SCSS */
$brand: #08758e;
/* SwiftUI */
Color(red: 0.031, green: 0.459, blue: 0.557)
/* Android */
Color.parseColor("#08758e")Accessibility — WCAG contrast
Aa
#08758e on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#08758e on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green45.9%
Blue55.7%
CMYK percentages
Cyan94.4%
Magenta17.6%
Yellow0.0%
Key (black)44.3%
Color previews
#08758e text on a black background
contrast 3.95:1
Card sample
#08758e text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08758e;
Background color
Panel with #08758e background
background-color: #08758e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08758e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 117, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 117, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08758e; background: linear-gradient(135deg, #08758e, #081C8E);