#86fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
134, 251, 223
HSL
166°, 94%, 76%
CMYK
47, 0, 11, 2
Luminance
0.7939
Every format
| HEX | #86fbdf |
| RGB | rgb(134, 251, 223) |
| HSL | hsl(166, 94%, 76%) |
| CMYK | cmyk(47%, 0%, 11%, 2%) |
| LAB | lab(91.4 -39.7 3.2) |
| LCH | lch(91.4 39.9 175.5) |
| OKLCH | oklch(0.911 0.115 176.1) |
Copy-ready code
/* CSS */
color: #86fbdf;
background-color: #86fbdf;
/* Tailwind (arbitrary) */
class="text-[#86fbdf] bg-[#86fbdf]"
/* SCSS */
$brand: #86fbdf;
/* SwiftUI */
Color(red: 0.525, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#86fbdf")Accessibility — WCAG contrast
Aa
#86fbdf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86fbdf on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green98.4%
Blue87.5%
CMYK percentages
Cyan46.6%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#86fbdf text on a black background
contrast 16.88:1
Card sample
#86fbdf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86fbdf;
Background color
Panel with #86fbdf background
background-color: #86fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86fbdf; background: linear-gradient(135deg, #86fbdf, #86C9FB);