#86b1fe
a light, electric blue · cool · closest name: steelblue
RGB
134, 177, 254
HSL
219°, 98%, 76%
CMYK
47, 30, 0, 0
Luminance
0.4367
Every format
| HEX | #86b1fe |
| RGB | rgb(134, 177, 254) |
| HSL | hsl(219, 98%, 76%) |
| CMYK | cmyk(47%, 30%, 0%, 0%) |
| LAB | lab(72.0 5.8 -42.6) |
| LCH | lch(72.0 43.0 277.8) |
| OKLCH | oklch(0.760 0.121 261.6) |
Copy-ready code
/* CSS */
color: #86b1fe;
background-color: #86b1fe;
/* Tailwind (arbitrary) */
class="text-[#86b1fe] bg-[#86b1fe]"
/* SCSS */
$brand: #86b1fe;
/* SwiftUI */
Color(red: 0.525, green: 0.694, blue: 0.996)
/* Android */
Color.parseColor("#86b1fe")Accessibility — WCAG contrast
Aa
#86b1fe on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86b1fe on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green69.4%
Blue99.6%
CMYK percentages
Cyan47.2%
Magenta30.3%
Yellow0.0%
Key (black)0.4%
Color previews
#86b1fe text on a black background
contrast 9.73:1
Card sample
#86b1fe text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86b1fe;
Background color
Panel with #86b1fe background
background-color: #86b1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86b1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 177, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 177, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86b1fe; background: linear-gradient(135deg, #86b1fe, #AB86FE);