#08c4ce
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 196, 206
HSL
183°, 93%, 42%
CMYK
96, 5, 0, 19
Luminance
0.4399
Every format
| HEX | #08c4ce |
| RGB | rgb(8, 196, 206) |
| HSL | hsl(183, 93%, 42%) |
| CMYK | cmyk(96%, 5%, 0%, 19%) |
| LAB | lab(72.2 -36.2 -16.5) |
| LCH | lch(72.2 39.8 204.5) |
| OKLCH | oklch(0.747 0.126 201.4) |
Copy-ready code
/* CSS */
color: #08c4ce;
background-color: #08c4ce;
/* Tailwind (arbitrary) */
class="text-[#08c4ce] bg-[#08c4ce]"
/* SCSS */
$brand: #08c4ce;
/* SwiftUI */
Color(red: 0.031, green: 0.769, blue: 0.808)
/* Android */
Color.parseColor("#08c4ce")Accessibility — WCAG contrast
Aa
#08c4ce on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c4ce on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green76.9%
Blue80.8%
CMYK percentages
Cyan96.1%
Magenta4.9%
Yellow0.0%
Key (black)19.2%
Color previews
#08c4ce text on a black background
contrast 9.80:1
Card sample
#08c4ce text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c4ce;
Background color
Panel with #08c4ce background
background-color: #08c4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 196, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 196, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c4ce; background: linear-gradient(135deg, #08c4ce, #0840CE);