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