#08c3bc
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 195, 188
HSL
178°, 92%, 40%
CMYK
96, 0, 4, 24
Luminance
0.4271
Every format
| HEX | #08c3bc |
| RGB | rgb(8, 195, 188) |
| HSL | hsl(178, 92%, 40%) |
| CMYK | cmyk(96%, 0%, 4%, 24%) |
| LAB | lab(71.4 -41.1 -8.0) |
| LCH | lch(71.4 41.9 191.0) |
| OKLCH | oklch(0.738 0.127 190.2) |
Copy-ready code
/* CSS */
color: #08c3bc;
background-color: #08c3bc;
/* Tailwind (arbitrary) */
class="text-[#08c3bc] bg-[#08c3bc]"
/* SCSS */
$brand: #08c3bc;
/* SwiftUI */
Color(red: 0.031, green: 0.765, blue: 0.737)
/* Android */
Color.parseColor("#08c3bc")Accessibility — WCAG contrast
Aa
#08c3bc on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c3bc on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green76.5%
Blue73.7%
CMYK percentages
Cyan95.9%
Magenta0.0%
Yellow3.6%
Key (black)23.5%
Color previews
#08c3bc text on a black background
contrast 9.54:1
Card sample
#08c3bc text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c3bc;
Background color
Panel with #08c3bc background
background-color: #08c3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 195, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 195, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c3bc; background: linear-gradient(135deg, #08c3bc, #084DC3);