#08cfba
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 207, 186
HSL
174°, 93%, 42%
CMYK
96, 0, 10, 19
Luminance
0.4822
Every format
| HEX | #08cfba |
| RGB | rgb(8, 207, 186) |
| HSL | hsl(174, 93%, 42%) |
| CMYK | cmyk(96%, 0%, 10%, 19%) |
| LAB | lab(75.0 -46.9 -1.6) |
| LCH | lch(75.0 46.9 181.9) |
| OKLCH | oklch(0.767 0.137 182.1) |
Copy-ready code
/* CSS */
color: #08cfba;
background-color: #08cfba;
/* Tailwind (arbitrary) */
class="text-[#08cfba] bg-[#08cfba]"
/* SCSS */
$brand: #08cfba;
/* SwiftUI */
Color(red: 0.031, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#08cfba")Accessibility — WCAG contrast
Aa
#08cfba on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cfba on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green81.2%
Blue72.9%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#08cfba text on a black background
contrast 10.64:1
Card sample
#08cfba text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cfba;
Background color
Panel with #08cfba background
background-color: #08cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cfba; background: linear-gradient(135deg, #08cfba, #085FCF);