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