#08cfd8
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 207, 216
HSL
183°, 93%, 44%
CMYK
96, 4, 0, 15
Luminance
0.4964
Every format
| HEX | #08cfd8 |
| RGB | rgb(8, 207, 216) |
| HSL | hsl(183, 93%, 44%) |
| CMYK | cmyk(96%, 4%, 0%, 15%) |
| LAB | lab(75.8 -38.2 -16.5) |
| LCH | lch(75.8 41.6 203.3) |
| OKLCH | oklch(0.777 0.131 200.4) |
Copy-ready code
/* CSS */
color: #08cfd8;
background-color: #08cfd8;
/* Tailwind (arbitrary) */
class="text-[#08cfd8] bg-[#08cfd8]"
/* SCSS */
$brand: #08cfd8;
/* SwiftUI */
Color(red: 0.031, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#08cfd8")Accessibility — WCAG contrast
Aa
#08cfd8 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cfd8 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green81.2%
Blue84.7%
CMYK percentages
Cyan96.3%
Magenta4.2%
Yellow0.0%
Key (black)15.3%
Color previews
#08cfd8 text on a black background
contrast 10.93:1
Card sample
#08cfd8 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cfd8;
Background color
Panel with #08cfd8 background
background-color: #08cfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cfd8; background: linear-gradient(135deg, #08cfd8, #0844D8);