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