#86fffc
a light, electric cyan · cool · closest name: cyan
RGB
134, 255, 252
HSL
179°, 100%, 76%
CMYK
48, 0, 1, 0
Luminance
0.8362
Every format
| HEX | #86fffc |
| RGB | rgb(134, 255, 252) |
| HSL | hsl(179, 100%, 76%) |
| CMYK | cmyk(48%, 0%, 1%, 0%) |
| LAB | lab(93.3 -34.7 -9.1) |
| LCH | lch(93.3 35.9 194.7) |
| OKLCH | oklch(0.929 0.110 193.3) |
Copy-ready code
/* CSS */
color: #86fffc;
background-color: #86fffc;
/* Tailwind (arbitrary) */
class="text-[#86fffc] bg-[#86fffc]"
/* SCSS */
$brand: #86fffc;
/* SwiftUI */
Color(red: 0.525, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#86fffc")Accessibility — WCAG contrast
Aa
#86fffc on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86fffc on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green100.0%
Blue98.8%
CMYK percentages
Cyan47.5%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#86fffc text on a black background
contrast 17.72:1
Card sample
#86fffc text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86fffc;
Background color
Panel with #86fffc background
background-color: #86fffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86fffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86fffc; background: linear-gradient(135deg, #86fffc, #86B1FF);