#08cecb
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 206, 203
HSL
179°, 93%, 42%
CMYK
96, 0, 2, 19
Luminance
0.4851
Every format
| HEX | #08cecb |
| RGB | rgb(8, 206, 203) |
| HSL | hsl(179, 93%, 42%) |
| CMYK | cmyk(96%, 0%, 2%, 19%) |
| LAB | lab(75.1 -41.6 -10.5) |
| LCH | lch(75.1 42.9 194.1) |
| OKLCH | oklch(0.770 0.131 192.9) |
Copy-ready code
/* CSS */
color: #08cecb;
background-color: #08cecb;
/* Tailwind (arbitrary) */
class="text-[#08cecb] bg-[#08cecb]"
/* SCSS */
$brand: #08cecb;
/* SwiftUI */
Color(red: 0.031, green: 0.808, blue: 0.796)
/* Android */
Color.parseColor("#08cecb")Accessibility — WCAG contrast
Aa
#08cecb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cecb on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green80.8%
Blue79.6%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow1.5%
Key (black)19.2%
Color previews
#08cecb text on a black background
contrast 10.70:1
Card sample
#08cecb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cecb;
Background color
Panel with #08cecb background
background-color: #08cecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 206, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 206, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cecb; background: linear-gradient(135deg, #08cecb, #084DCE);