#08c4cb
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 196, 203
HSL
182°, 92%, 41%
CMYK
96, 3, 0, 20
Luminance
0.4384
Every format
| HEX | #08c4cb |
| RGB | rgb(8, 196, 203) |
| HSL | hsl(182, 92%, 41%) |
| CMYK | cmyk(96%, 3%, 0%, 20%) |
| LAB | lab(72.1 -37.1 -15.0) |
| LCH | lch(72.1 40.0 202.0) |
| OKLCH | oklch(0.746 0.126 199.4) |
Copy-ready code
/* CSS */
color: #08c4cb;
background-color: #08c4cb;
/* Tailwind (arbitrary) */
class="text-[#08c4cb] bg-[#08c4cb]"
/* SCSS */
$brand: #08c4cb;
/* SwiftUI */
Color(red: 0.031, green: 0.769, blue: 0.796)
/* Android */
Color.parseColor("#08c4cb")Accessibility — WCAG contrast
Aa
#08c4cb on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c4cb on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green76.9%
Blue79.6%
CMYK percentages
Cyan96.1%
Magenta3.4%
Yellow0.0%
Key (black)20.4%
Color previews
#08c4cb text on a black background
contrast 9.77:1
Card sample
#08c4cb text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c4cb;
Background color
Panel with #08c4cb background
background-color: #08c4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 196, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 196, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c4cb; background: linear-gradient(135deg, #08c4cb, #0842CB);