#86fada
a light, electric cyan · cool · closest name: aquamarine
RGB
134, 250, 218
HSL
163°, 92%, 75%
CMYK
46, 0, 13, 2
Luminance
0.7850
Every format
| HEX | #86fada |
| RGB | rgb(134, 250, 218) |
| HSL | hsl(163, 92%, 75%) |
| CMYK | cmyk(46%, 0%, 13%, 2%) |
| LAB | lab(91.0 -40.4 5.2) |
| LCH | lch(91.0 40.7 172.7) |
| OKLCH | oklch(0.908 0.116 173.5) |
Copy-ready code
/* CSS */
color: #86fada;
background-color: #86fada;
/* Tailwind (arbitrary) */
class="text-[#86fada] bg-[#86fada]"
/* SCSS */
$brand: #86fada;
/* SwiftUI */
Color(red: 0.525, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#86fada")Accessibility — WCAG contrast
Aa
#86fada on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86fada on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green98.0%
Blue85.5%
CMYK percentages
Cyan46.4%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#86fada text on a black background
contrast 16.70:1
Card sample
#86fada text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86fada;
Background color
Panel with #86fada background
background-color: #86fada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86fada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86fada; background: linear-gradient(135deg, #86fada, #86CDFA);