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