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