#08dccf
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 220, 207
HSL
176°, 93%, 45%
CMYK
96, 0, 6, 14
Luminance
0.5574
Every format
| HEX | #08dccf |
| RGB | rgb(8, 220, 207) |
| HSL | hsl(176, 93%, 45%) |
| CMYK | cmyk(96%, 0%, 6%, 14%) |
| LAB | lab(79.5 -46.6 -6.2) |
| LCH | lch(79.5 47.0 187.6) |
| OKLCH | oklch(0.806 0.140 187.2) |
Copy-ready code
/* CSS */
color: #08dccf;
background-color: #08dccf;
/* Tailwind (arbitrary) */
class="text-[#08dccf] bg-[#08dccf]"
/* SCSS */
$brand: #08dccf;
/* SwiftUI */
Color(red: 0.031, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#08dccf")Accessibility — WCAG contrast
Aa
#08dccf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08dccf on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green86.3%
Blue81.2%
CMYK percentages
Cyan96.4%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#08dccf text on a black background
contrast 12.15:1
Card sample
#08dccf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08dccf;
Background color
Panel with #08dccf background
background-color: #08dccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08dccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08dccf; background: linear-gradient(135deg, #08dccf, #085CDC);