#86cbaf
a light, soft green · cool · closest name: turquoise
RGB
134, 203, 175
HSL
156°, 40%, 66%
CMYK
34, 0, 14, 20
Luminance
0.5088
Every format
| HEX | #86cbaf |
| RGB | rgb(134, 203, 175) |
| HSL | hsl(156, 40%, 66%) |
| CMYK | cmyk(34%, 0%, 14%, 20%) |
| LAB | lab(76.6 -27.9 7.1) |
| LCH | lch(76.6 28.7 165.7) |
| OKLCH | oklch(0.788 0.081 166.9) |
Copy-ready code
/* CSS */
color: #86cbaf;
background-color: #86cbaf;
/* Tailwind (arbitrary) */
class="text-[#86cbaf] bg-[#86cbaf]"
/* SCSS */
$brand: #86cbaf;
/* SwiftUI */
Color(red: 0.525, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#86cbaf")Accessibility — WCAG contrast
Aa
#86cbaf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86cbaf on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green79.6%
Blue68.6%
CMYK percentages
Cyan34.0%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#86cbaf text on a black background
contrast 11.18:1
Card sample
#86cbaf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86cbaf;
Background color
Panel with #86cbaf background
background-color: #86cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86cbaf; background: linear-gradient(135deg, #86cbaf, #86B9CB);