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