#86abfd
a light, electric blue · cool · closest name: dodgerblue
RGB
134, 171, 253
HSL
221°, 97%, 76%
CMYK
47, 32, 0, 1
Luminance
0.4129
Every format
| HEX | #86abfd |
| RGB | rgb(134, 171, 253) |
| HSL | hsl(221, 97%, 76%) |
| CMYK | cmyk(47%, 32%, 0%, 1%) |
| LAB | lab(70.4 8.9 -44.6) |
| LCH | lch(70.4 45.5 281.3) |
| OKLCH | oklch(0.748 0.126 265.0) |
Copy-ready code
/* CSS */
color: #86abfd;
background-color: #86abfd;
/* Tailwind (arbitrary) */
class="text-[#86abfd] bg-[#86abfd]"
/* SCSS */
$brand: #86abfd;
/* SwiftUI */
Color(red: 0.525, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#86abfd")Accessibility — WCAG contrast
Aa
#86abfd on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#86abfd on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green67.1%
Blue99.2%
CMYK percentages
Cyan47.0%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#86abfd text on a black background
contrast 9.26:1
Card sample
#86abfd text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #86abfd;
Background color
Panel with #86abfd background
background-color: #86abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #86abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #86abfd; background: linear-gradient(135deg, #86abfd, #B086FD);