#08cfdc
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 207, 220
HSL
184°, 93%, 45%
CMYK
96, 6, 0, 14
Luminance
0.4984
Every format
| HEX | #08cfdc |
| RGB | rgb(8, 207, 220) |
| HSL | hsl(184, 93%, 45%) |
| CMYK | cmyk(96%, 6%, 0%, 14%) |
| LAB | lab(76.0 -36.9 -18.4) |
| LCH | lch(76.0 41.3 206.5) |
| OKLCH | oklch(0.779 0.132 202.9) |
Copy-ready code
/* CSS */
color: #08cfdc;
background-color: #08cfdc;
/* Tailwind (arbitrary) */
class="text-[#08cfdc] bg-[#08cfdc]"
/* SCSS */
$brand: #08cfdc;
/* SwiftUI */
Color(red: 0.031, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#08cfdc")Accessibility — WCAG contrast
Aa
#08cfdc on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cfdc on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green81.2%
Blue86.3%
CMYK percentages
Cyan96.4%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#08cfdc text on a black background
contrast 10.97:1
Card sample
#08cfdc text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cfdc;
Background color
Panel with #08cfdc background
background-color: #08cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cfdc; background: linear-gradient(135deg, #08cfdc, #0842DC);