#8bdcd2
a light, vivid cyan · cool · closest name: turquoise
RGB
139, 220, 210
HSL
173°, 54%, 70%
CMYK
37, 0, 5, 14
Luminance
0.6133
Every format
| HEX | #8bdcd2 |
| RGB | rgb(139, 220, 210) |
| HSL | hsl(173, 54%, 70%) |
| CMYK | cmyk(37%, 0%, 5%, 14%) |
| LAB | lab(82.5 -27.0 -2.9) |
| LCH | lch(82.5 27.1 186.2) |
| OKLCH | oklch(0.840 0.081 185.9) |
Copy-ready code
/* CSS */
color: #8bdcd2;
background-color: #8bdcd2;
/* Tailwind (arbitrary) */
class="text-[#8bdcd2] bg-[#8bdcd2]"
/* SCSS */
$brand: #8bdcd2;
/* SwiftUI */
Color(red: 0.545, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#8bdcd2")Accessibility — WCAG contrast
Aa
#8bdcd2 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bdcd2 on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green86.3%
Blue82.4%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow4.5%
Key (black)13.7%
Color previews
#8bdcd2 text on a black background
contrast 13.27:1
Card sample
#8bdcd2 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bdcd2;
Background color
Panel with #8bdcd2 background
background-color: #8bdcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bdcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bdcd2; background: linear-gradient(135deg, #8bdcd2, #8BB0DC);