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