#08c7bf
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 199, 191
HSL
178°, 92%, 41%
CMYK
96, 0, 4, 22
Luminance
0.4466
Every format
| HEX | #08c7bf |
| RGB | rgb(8, 199, 191) |
| HSL | hsl(178, 92%, 41%) |
| CMYK | cmyk(96%, 0%, 4%, 22%) |
| LAB | lab(72.7 -42.0 -7.7) |
| LCH | lch(72.7 42.7 190.4) |
| OKLCH | oklch(0.749 0.129 189.6) |
Copy-ready code
/* CSS */
color: #08c7bf;
background-color: #08c7bf;
/* Tailwind (arbitrary) */
class="text-[#08c7bf] bg-[#08c7bf]"
/* SCSS */
$brand: #08c7bf;
/* SwiftUI */
Color(red: 0.031, green: 0.780, blue: 0.749)
/* Android */
Color.parseColor("#08c7bf")Accessibility — WCAG contrast
Aa
#08c7bf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c7bf on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green78.0%
Blue74.9%
CMYK percentages
Cyan96.0%
Magenta0.0%
Yellow4.0%
Key (black)22.0%
Color previews
#08c7bf text on a black background
contrast 9.93:1
Card sample
#08c7bf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c7bf;
Background color
Panel with #08c7bf background
background-color: #08c7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 199, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 199, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c7bf; background: linear-gradient(135deg, #08c7bf, #0850C7);