#08d3bc
a dark, electric cyan · cool · closest name: turquoise
RGB
8, 211, 188
HSL
173°, 93%, 43%
CMYK
96, 0, 11, 17
Luminance
0.5027
Every format
| HEX | #08d3bc |
| RGB | rgb(8, 211, 188) |
| HSL | hsl(173, 93%, 43%) |
| CMYK | cmyk(96%, 0%, 11%, 17%) |
| LAB | lab(76.2 -48.0 -0.8) |
| LCH | lch(76.2 48.0 181.0) |
| OKLCH | oklch(0.778 0.139 181.2) |
Copy-ready code
/* CSS */
color: #08d3bc;
background-color: #08d3bc;
/* Tailwind (arbitrary) */
class="text-[#08d3bc] bg-[#08d3bc]"
/* SCSS */
$brand: #08d3bc;
/* SwiftUI */
Color(red: 0.031, green: 0.827, blue: 0.737)
/* Android */
Color.parseColor("#08d3bc")Accessibility — WCAG contrast
Aa
#08d3bc on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08d3bc on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green82.7%
Blue73.7%
CMYK percentages
Cyan96.2%
Magenta0.0%
Yellow10.9%
Key (black)17.3%
Color previews
#08d3bc text on a black background
contrast 11.05:1
Card sample
#08d3bc text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08d3bc;
Background color
Panel with #08d3bc background
background-color: #08d3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08d3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 211, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 211, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08d3bc; background: linear-gradient(135deg, #08d3bc, #0863D3);