#08718b
a dark, electric cyan · cool · closest name: teal
RGB
8, 113, 139
HSL
192°, 89%, 29%
CMYK
94, 19, 0, 46
Luminance
0.1373
Every format
| HEX | #08718b |
| RGB | rgb(8, 113, 139) |
| HSL | hsl(192, 89%, 29%) |
| CMYK | cmyk(94%, 19%, 0%, 46%) |
| LAB | lab(43.8 -16.8 -21.7) |
| LCH | lch(43.8 27.4 232.3) |
| OKLCH | oklch(0.509 0.092 221.6) |
Copy-ready code
/* CSS */
color: #08718b;
background-color: #08718b;
/* Tailwind (arbitrary) */
class="text-[#08718b] bg-[#08718b]"
/* SCSS */
$brand: #08718b;
/* SwiftUI */
Color(red: 0.031, green: 0.443, blue: 0.545)
/* Android */
Color.parseColor("#08718b")Accessibility — WCAG contrast
Aa
#08718b on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#08718b on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green44.3%
Blue54.5%
CMYK percentages
Cyan94.2%
Magenta18.7%
Yellow0.0%
Key (black)45.5%
Color previews
#08718b text on a black background
contrast 3.75:1
Card sample
#08718b text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08718b;
Background color
Panel with #08718b background
background-color: #08718b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08718b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 113, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 113, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08718b; background: linear-gradient(135deg, #08718b, #081A8B);