#08cfb0
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 207, 176
HSL
171°, 93%, 42%
CMYK
96, 0, 15, 19
Luminance
0.4781
Every format
| HEX | #08cfb0 |
| RGB | rgb(8, 207, 176) |
| HSL | hsl(171, 93%, 42%) |
| CMYK | cmyk(96%, 0%, 15%, 19%) |
| LAB | lab(74.7 -49.6 3.4) |
| LCH | lch(74.7 49.7 176.0) |
| OKLCH | oklch(0.764 0.141 176.6) |
Copy-ready code
/* CSS */
color: #08cfb0;
background-color: #08cfb0;
/* Tailwind (arbitrary) */
class="text-[#08cfb0] bg-[#08cfb0]"
/* SCSS */
$brand: #08cfb0;
/* SwiftUI */
Color(red: 0.031, green: 0.812, blue: 0.690)
/* Android */
Color.parseColor("#08cfb0")Accessibility — WCAG contrast
Aa
#08cfb0 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cfb0 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green81.2%
Blue69.0%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow15.0%
Key (black)18.8%
Color previews
#08cfb0 text on a black background
contrast 10.56:1
Card sample
#08cfb0 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cfb0;
Background color
Panel with #08cfb0 background
background-color: #08cfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 207, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 207, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cfb0; background: linear-gradient(135deg, #08cfb0, #0869CF);