#08cccf
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 204, 207
HSL
181°, 93%, 42%
CMYK
96, 1, 0, 19
Luminance
0.4774
Every format
| HEX | #08cccf |
| RGB | rgb(8, 204, 207) |
| HSL | hsl(181, 93%, 42%) |
| CMYK | cmyk(96%, 1%, 0%, 19%) |
| LAB | lab(74.7 -39.5 -13.4) |
| LCH | lch(74.7 41.7 198.7) |
| OKLCH | oklch(0.767 0.130 196.7) |
Copy-ready code
/* CSS */
color: #08cccf;
background-color: #08cccf;
/* Tailwind (arbitrary) */
class="text-[#08cccf] bg-[#08cccf]"
/* SCSS */
$brand: #08cccf;
/* SwiftUI */
Color(red: 0.031, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#08cccf")Accessibility — WCAG contrast
Aa
#08cccf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cccf on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green80.0%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#08cccf text on a black background
contrast 10.55:1
Card sample
#08cccf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cccf;
Background color
Panel with #08cccf background
background-color: #08cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cccf; background: linear-gradient(135deg, #08cccf, #0847CF);