#86eccf
a light, vivid cyan · cool · closest name: aquamarine
RGB
134, 236, 207
HSL
163°, 73%, 73%
CMYK
43, 0, 12, 8
Luminance
0.6956
Every format
| HEX | #86eccf |
| RGB | rgb(134, 236, 207) |
| HSL | hsl(163, 73%, 73%) |
| CMYK | cmyk(43%, 0%, 12%, 8%) |
| LAB | lab(86.8 -36.5 4.8) |
| LCH | lch(86.8 36.8 172.5) |
| OKLCH | oklch(0.873 0.105 173.4) |
Copy-ready code
/* CSS */
color: #86eccf;
background-color: #86eccf;
/* Tailwind (arbitrary) */
class="text-[#86eccf] bg-[#86eccf]"
/* SCSS */
$brand: #86eccf;
/* SwiftUI */
Color(red: 0.525, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#86eccf")Accessibility — WCAG contrast
Aa
#86eccf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86eccf on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green92.5%
Blue81.2%
CMYK percentages
Cyan43.2%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#86eccf text on a black background
contrast 14.91:1
Card sample
#86eccf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86eccf;
Background color
Panel with #86eccf background
background-color: #86eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86eccf; background: linear-gradient(135deg, #86eccf, #86C5EC);