#86cbfe
a light, electric blue · cool · closest name: skyblue
RGB
134, 203, 254
HSL
206°, 98%, 76%
CMYK
47, 20, 0, 0
Luminance
0.5494
Every format
| HEX | #86cbfe |
| RGB | rgb(134, 203, 254) |
| HSL | hsl(206, 98%, 76%) |
| CMYK | cmyk(47%, 20%, 0%, 0%) |
| LAB | lab(79.0 -8.4 -31.8) |
| LCH | lch(79.0 32.8 255.2) |
| OKLCH | oklch(0.815 0.100 241.5) |
Copy-ready code
/* CSS */
color: #86cbfe;
background-color: #86cbfe;
/* Tailwind (arbitrary) */
class="text-[#86cbfe] bg-[#86cbfe]"
/* SCSS */
$brand: #86cbfe;
/* SwiftUI */
Color(red: 0.525, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#86cbfe")Accessibility — WCAG contrast
Aa
#86cbfe on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86cbfe on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green79.6%
Blue99.6%
CMYK percentages
Cyan47.2%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#86cbfe text on a black background
contrast 11.99:1
Card sample
#86cbfe text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86cbfe;
Background color
Panel with #86cbfe background
background-color: #86cbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86cbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86cbfe; background: linear-gradient(135deg, #86cbfe, #9186FE);