#86bafd
a light, electric blue · cool · closest name: steelblue
RGB
134, 186, 253
HSL
214°, 97%, 76%
CMYK
47, 27, 0, 1
Luminance
0.4728
Every format
| HEX | #86bafd |
| RGB | rgb(134, 186, 253) |
| HSL | hsl(214, 97%, 76%) |
| CMYK | cmyk(47%, 27%, 0%, 1%) |
| LAB | lab(74.4 0.5 -38.4) |
| LCH | lch(74.4 38.4 270.8) |
| OKLCH | oklch(0.779 0.111 255.1) |
Copy-ready code
/* CSS */
color: #86bafd;
background-color: #86bafd;
/* Tailwind (arbitrary) */
class="text-[#86bafd] bg-[#86bafd]"
/* SCSS */
$brand: #86bafd;
/* SwiftUI */
Color(red: 0.525, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#86bafd")Accessibility — WCAG contrast
Aa
#86bafd on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86bafd on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green72.9%
Blue99.2%
CMYK percentages
Cyan47.0%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#86bafd text on a black background
contrast 10.46:1
Card sample
#86bafd text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86bafd;
Background color
Panel with #86bafd background
background-color: #86bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86bafd; background: linear-gradient(135deg, #86bafd, #A186FD);