#08cfb6
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 207, 182
HSL
173°, 93%, 42%
CMYK
96, 0, 12, 19
Luminance
0.4805
Every format
| HEX | #08cfb6 |
| RGB | rgb(8, 207, 182) |
| HSL | hsl(173, 93%, 42%) |
| CMYK | cmyk(96%, 0%, 12%, 19%) |
| LAB | lab(74.9 -48.0 0.4) |
| LCH | lch(74.9 48.0 179.5) |
| OKLCH | oklch(0.766 0.138 179.9) |
Copy-ready code
/* CSS */
color: #08cfb6;
background-color: #08cfb6;
/* Tailwind (arbitrary) */
class="text-[#08cfb6] bg-[#08cfb6]"
/* SCSS */
$brand: #08cfb6;
/* SwiftUI */
Color(red: 0.031, green: 0.812, blue: 0.714)
/* Android */
Color.parseColor("#08cfb6")Accessibility — WCAG contrast
Aa
#08cfb6 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cfb6 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green81.2%
Blue71.4%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow12.1%
Key (black)18.8%
Color previews
#08cfb6 text on a black background
contrast 10.61:1
Card sample
#08cfb6 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cfb6;
Background color
Panel with #08cfb6 background
background-color: #08cfb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cfb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 207, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 207, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cfb6; background: linear-gradient(135deg, #08cfb6, #0863CF);