#5e86fc
a light, electric blue · cool · closest name: royalblue
RGB
94, 134, 252
HSL
225°, 96%, 68%
CMYK
63, 47, 0, 1
Luminance
0.2646
Every format
| HEX | #5e86fc |
| RGB | rgb(94, 134, 252) |
| HSL | hsl(225, 96%, 68%) |
| CMYK | cmyk(63%, 47%, 0%, 1%) |
| LAB | lab(58.5 22.1 -63.1) |
| LCH | lch(58.5 66.9 289.3) |
| OKLCH | oklch(0.650 0.181 267.2) |
Copy-ready code
/* CSS */
color: #5e86fc;
background-color: #5e86fc;
/* Tailwind (arbitrary) */
class="text-[#5e86fc] bg-[#5e86fc]"
/* SCSS */
$brand: #5e86fc;
/* SwiftUI */
Color(red: 0.369, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#5e86fc")Accessibility — WCAG contrast
Aa
#5e86fc on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5e86fc on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green52.5%
Blue98.8%
CMYK percentages
Cyan62.7%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#5e86fc text on a black background
contrast 6.29:1
Card sample
#5e86fc text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e86fc;
Background color
Panel with #5e86fc background
background-color: #5e86fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e86fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e86fc; background: linear-gradient(135deg, #5e86fc, #9F5EFC);