#8bccbf
a light, soft cyan · cool · closest name: turquoise
RGB
139, 204, 191
HSL
168°, 39%, 67%
CMYK
32, 0, 6, 20
Luminance
0.5244
Every format
| HEX | #8bccbf |
| RGB | rgb(139, 204, 191) |
| HSL | hsl(168, 39%, 67%) |
| CMYK | cmyk(32%, 0%, 6%, 20%) |
| LAB | lab(77.5 -23.4 -0.1) |
| LCH | lch(77.5 23.4 180.3) |
| OKLCH | oklch(0.798 0.069 180.6) |
Copy-ready code
/* CSS */
color: #8bccbf;
background-color: #8bccbf;
/* Tailwind (arbitrary) */
class="text-[#8bccbf] bg-[#8bccbf]"
/* SCSS */
$brand: #8bccbf;
/* SwiftUI */
Color(red: 0.545, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#8bccbf")Accessibility — WCAG contrast
Aa
#8bccbf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bccbf on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green80.0%
Blue74.9%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#8bccbf text on a black background
contrast 11.49:1
Card sample
#8bccbf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bccbf;
Background color
Panel with #8bccbf background
background-color: #8bccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bccbf; background: linear-gradient(135deg, #8bccbf, #8BAECC);