#86dac2
a light, vivid cyan · cool · closest name: turquoise
RGB
134, 218, 194
HSL
163°, 53%, 69%
CMYK
39, 0, 11, 15
Luminance
0.5911
Every format
| HEX | #86dac2 |
| RGB | rgb(134, 218, 194) |
| HSL | hsl(163, 53%, 69%) |
| CMYK | cmyk(39%, 0%, 11%, 15%) |
| LAB | lab(81.3 -31.0 3.8) |
| LCH | lch(81.3 31.2 173.0) |
| OKLCH | oklch(0.828 0.089 173.8) |
Copy-ready code
/* CSS */
color: #86dac2;
background-color: #86dac2;
/* Tailwind (arbitrary) */
class="text-[#86dac2] bg-[#86dac2]"
/* SCSS */
$brand: #86dac2;
/* SwiftUI */
Color(red: 0.525, green: 0.855, blue: 0.761)
/* Android */
Color.parseColor("#86dac2")Accessibility — WCAG contrast
Aa
#86dac2 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86dac2 on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green85.5%
Blue76.1%
CMYK percentages
Cyan38.5%
Magenta0.0%
Yellow11.0%
Key (black)14.5%
Color previews
#86dac2 text on a black background
contrast 12.82:1
Card sample
#86dac2 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86dac2;
Background color
Panel with #86dac2 background
background-color: #86dac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86dac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 218, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 218, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86dac2; background: linear-gradient(135deg, #86dac2, #86BADA);