#08cfcf
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 207, 207
HSL
180°, 93%, 42%
CMYK
96, 0, 0, 19
Luminance
0.4918
Every format
| HEX | #08cfcf |
| RGB | rgb(8, 207, 207) |
| HSL | hsl(180, 93%, 42%) |
| CMYK | cmyk(96%, 0%, 0%, 19%) |
| LAB | lab(75.6 -40.9 -12.0) |
| LCH | lch(75.6 42.6 196.4) |
| OKLCH | oklch(0.774 0.131 194.8) |
Copy-ready code
/* CSS */
color: #08cfcf;
background-color: #08cfcf;
/* Tailwind (arbitrary) */
class="text-[#08cfcf] bg-[#08cfcf]"
/* SCSS */
$brand: #08cfcf;
/* SwiftUI */
Color(red: 0.031, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#08cfcf")Accessibility — WCAG contrast
Aa
#08cfcf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cfcf on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green81.2%
Blue81.2%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow0.0%
Key (black)18.8%
Color previews
#08cfcf text on a black background
contrast 10.84:1
Card sample
#08cfcf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cfcf;
Background color
Panel with #08cfcf background
background-color: #08cfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cfcf; background: linear-gradient(135deg, #08cfcf, #084ACF);