#5638eb
a balanced, electric blue · warm · closest name: blue
RGB
86, 56, 235
HSL
250°, 82%, 57%
CMYK
63, 76, 0, 8
Luminance
0.1080
Every format
| HEX | #5638eb |
| RGB | rgb(86, 56, 235) |
| HSL | hsl(250, 82%, 57%) |
| CMYK | cmyk(63%, 76%, 0%, 8%) |
| LAB | lab(39.3 60.5 -84.9) |
| LCH | lch(39.3 104.2 305.4) |
| OKLCH | oklch(0.503 0.249 280.2) |
Copy-ready code
/* CSS */
color: #5638eb;
background-color: #5638eb;
/* Tailwind (arbitrary) */
class="text-[#5638eb] bg-[#5638eb]"
/* SCSS */
$brand: #5638eb;
/* SwiftUI */
Color(red: 0.337, green: 0.220, blue: 0.922)
/* Android */
Color.parseColor("#5638eb")Accessibility — WCAG contrast
Aa
#5638eb on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5638eb on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green22.0%
Blue92.2%
CMYK percentages
Cyan63.4%
Magenta76.2%
Yellow0.0%
Key (black)7.8%
Color previews
#5638eb text on a black background
contrast 3.16:1
Card sample
#5638eb text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5638eb;
Background color
Panel with #5638eb background
background-color: #5638eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5638eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 56, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 56, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5638eb; background: linear-gradient(135deg, #5638eb, #CD38EB);