#5633ff
a balanced, electric blue · warm · closest name: blue
RGB
86, 51, 255
HSL
250°, 100%, 60%
CMYK
66, 80, 0, 0
Luminance
0.1157
Every format
| HEX | #5633ff |
| RGB | rgb(86, 51, 255) |
| HSL | hsl(250, 100%, 60%) |
| CMYK | cmyk(66%, 80%, 0%, 0%) |
| LAB | lab(40.5 68.3 -94.1) |
| LCH | lch(40.5 116.3 306.0) |
| OKLCH | oklch(0.518 0.275 278.6) |
Copy-ready code
/* CSS */
color: #5633ff;
background-color: #5633ff;
/* Tailwind (arbitrary) */
class="text-[#5633ff] bg-[#5633ff]"
/* SCSS */
$brand: #5633ff;
/* SwiftUI */
Color(red: 0.337, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#5633ff")Accessibility — WCAG contrast
Aa
#5633ff on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5633ff on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green20.0%
Blue100.0%
CMYK percentages
Cyan66.3%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#5633ff text on a black background
contrast 3.31:1
Card sample
#5633ff text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5633ff;
Background color
Panel with #5633ff background
background-color: #5633ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5633ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5633ff; background: linear-gradient(135deg, #5633ff, #DE33FF);