#08dacf
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 218, 207
HSL
177°, 93%, 44%
CMYK
96, 0, 5, 15
Luminance
0.5470
Every format
| HEX | #08dacf |
| RGB | rgb(8, 218, 207) |
| HSL | hsl(177, 93%, 44%) |
| CMYK | cmyk(96%, 0%, 5%, 15%) |
| LAB | lab(78.9 -45.7 -7.1) |
| LCH | lch(78.9 46.3 188.8) |
| OKLCH | oklch(0.801 0.138 188.3) |
Copy-ready code
/* CSS */
color: #08dacf;
background-color: #08dacf;
/* Tailwind (arbitrary) */
class="text-[#08dacf] bg-[#08dacf]"
/* SCSS */
$brand: #08dacf;
/* SwiftUI */
Color(red: 0.031, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#08dacf")Accessibility — WCAG contrast
Aa
#08dacf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08dacf on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green85.5%
Blue81.2%
CMYK percentages
Cyan96.3%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#08dacf text on a black background
contrast 11.94:1
Card sample
#08dacf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08dacf;
Background color
Panel with #08dacf background
background-color: #08dacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08dacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08dacf; background: linear-gradient(135deg, #08dacf, #0859DA);