#86ebfd
a light, electric cyan · cool · closest name: skyblue
RGB
134, 235, 253
HSL
189°, 97%, 76%
CMYK
47, 7, 0, 1
Luminance
0.7158
Every format
| HEX | #86ebfd |
| RGB | rgb(134, 235, 253) |
| HSL | hsl(189, 97%, 76%) |
| CMYK | cmyk(47%, 7%, 0%, 1%) |
| LAB | lab(87.8 -25.0 -17.9) |
| LCH | lch(87.8 30.7 215.6) |
| OKLCH | oklch(0.885 0.098 210.3) |
Copy-ready code
/* CSS */
color: #86ebfd;
background-color: #86ebfd;
/* Tailwind (arbitrary) */
class="text-[#86ebfd] bg-[#86ebfd]"
/* SCSS */
$brand: #86ebfd;
/* SwiftUI */
Color(red: 0.525, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#86ebfd")Accessibility — WCAG contrast
Aa
#86ebfd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86ebfd on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green92.2%
Blue99.2%
CMYK percentages
Cyan47.0%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#86ebfd text on a black background
contrast 15.32:1
Card sample
#86ebfd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86ebfd;
Background color
Panel with #86ebfd background
background-color: #86ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86ebfd; background: linear-gradient(135deg, #86ebfd, #869CFD);