#08758b
a dark, electric cyan · cool · closest name: teal
RGB
8, 117, 139
HSL
190°, 89%, 29%
CMYK
94, 16, 0, 46
Luminance
0.1464
Every format
| HEX | #08758b |
| RGB | rgb(8, 117, 139) |
| HSL | hsl(190, 89%, 29%) |
| CMYK | cmyk(94%, 16%, 0%, 46%) |
| LAB | lab(45.1 -19.0 -19.7) |
| LCH | lch(45.1 27.4 226.1) |
| OKLCH | oklch(0.519 0.091 217.3) |
Copy-ready code
/* CSS */
color: #08758b;
background-color: #08758b;
/* Tailwind (arbitrary) */
class="text-[#08758b] bg-[#08758b]"
/* SCSS */
$brand: #08758b;
/* SwiftUI */
Color(red: 0.031, green: 0.459, blue: 0.545)
/* Android */
Color.parseColor("#08758b")Accessibility — WCAG contrast
Aa
#08758b on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#08758b on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green45.9%
Blue54.5%
CMYK percentages
Cyan94.2%
Magenta15.8%
Yellow0.0%
Key (black)45.5%
Color previews
#08758b text on a black background
contrast 3.93:1
Card sample
#08758b text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08758b;
Background color
Panel with #08758b background
background-color: #08758b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08758b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 117, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 117, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08758b; background: linear-gradient(135deg, #08758b, #081E8B);