#08cec7
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 206, 199
HSL
178°, 93%, 42%
CMYK
96, 0, 3, 19
Luminance
0.4832
Every format
| HEX | #08cec7 |
| RGB | rgb(8, 206, 199) |
| HSL | hsl(178, 93%, 42%) |
| CMYK | cmyk(96%, 0%, 3%, 19%) |
| LAB | lab(75.0 -42.8 -8.5) |
| LCH | lch(75.0 43.6 191.2) |
| OKLCH | oklch(0.769 0.132 190.4) |
Copy-ready code
/* CSS */
color: #08cec7;
background-color: #08cec7;
/* Tailwind (arbitrary) */
class="text-[#08cec7] bg-[#08cec7]"
/* SCSS */
$brand: #08cec7;
/* SwiftUI */
Color(red: 0.031, green: 0.808, blue: 0.780)
/* Android */
Color.parseColor("#08cec7")Accessibility — WCAG contrast
Aa
#08cec7 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cec7 on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green80.8%
Blue78.0%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow3.4%
Key (black)19.2%
Color previews
#08cec7 text on a black background
contrast 10.66:1
Card sample
#08cec7 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cec7;
Background color
Panel with #08cec7 background
background-color: #08cec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 206, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 206, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cec7; background: linear-gradient(135deg, #08cec7, #0851CE);