#86fcff
a light, electric cyan · cool · closest name: cyan
RGB
134, 252, 255
HSL
182°, 100%, 76%
CMYK
48, 1, 0, 0
Luminance
0.8191
Every format
| HEX | #86fcff |
| RGB | rgb(134, 252, 255) |
| HSL | hsl(182, 100%, 76%) |
| CMYK | cmyk(48%, 1%, 0%, 0%) |
| LAB | lab(92.5 -32.6 -11.8) |
| LCH | lch(92.5 34.6 199.9) |
| OKLCH | oklch(0.923 0.107 197.6) |
Copy-ready code
/* CSS */
color: #86fcff;
background-color: #86fcff;
/* Tailwind (arbitrary) */
class="text-[#86fcff] bg-[#86fcff]"
/* SCSS */
$brand: #86fcff;
/* SwiftUI */
Color(red: 0.525, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#86fcff")Accessibility — WCAG contrast
Aa
#86fcff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86fcff on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green98.8%
Blue100.0%
CMYK percentages
Cyan47.5%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#86fcff text on a black background
contrast 17.38:1
Card sample
#86fcff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86fcff;
Background color
Panel with #86fcff background
background-color: #86fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86fcff; background: linear-gradient(135deg, #86fcff, #86ABFF);