#86cdff
a light, electric blue · cool · closest name: skyblue
RGB
134, 205, 255
HSL
205°, 100%, 76%
CMYK
48, 20, 0, 0
Luminance
0.5595
Every format
| HEX | #86cdff |
| RGB | rgb(134, 205, 255) |
| HSL | hsl(205, 100%, 76%) |
| CMYK | cmyk(48%, 20%, 0%, 0%) |
| LAB | lab(79.6 -9.2 -31.4) |
| LCH | lch(79.6 32.7 253.7) |
| OKLCH | oklch(0.820 0.101 240.3) |
Copy-ready code
/* CSS */
color: #86cdff;
background-color: #86cdff;
/* Tailwind (arbitrary) */
class="text-[#86cdff] bg-[#86cdff]"
/* SCSS */
$brand: #86cdff;
/* SwiftUI */
Color(red: 0.525, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#86cdff")Accessibility — WCAG contrast
Aa
#86cdff on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86cdff on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green80.4%
Blue100.0%
CMYK percentages
Cyan47.5%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#86cdff text on a black background
contrast 12.19:1
Card sample
#86cdff text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86cdff;
Background color
Panel with #86cdff background
background-color: #86cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86cdff; background: linear-gradient(135deg, #86cdff, #9086FF);