#5633df
a balanced, vivid blue · warm · closest name: navy
RGB
86, 51, 223
HSL
252°, 73%, 54%
CMYK
61, 77, 0, 13
Luminance
0.0967
Every format
| HEX | #5633df |
| RGB | rgb(86, 51, 223) |
| HSL | hsl(252, 73%, 54%) |
| CMYK | cmyk(61%, 77%, 0%, 13%) |
| LAB | lab(37.3 59.4 -81.4) |
| LCH | lch(37.3 100.8 306.1) |
| OKLCH | oklch(0.486 0.240 282.1) |
Copy-ready code
/* CSS */
color: #5633df;
background-color: #5633df;
/* Tailwind (arbitrary) */
class="text-[#5633df] bg-[#5633df]"
/* SCSS */
$brand: #5633df;
/* SwiftUI */
Color(red: 0.337, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#5633df")Accessibility — WCAG contrast
Aa
#5633df on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5633df on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green20.0%
Blue87.5%
CMYK percentages
Cyan61.4%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#5633df text on a black background
contrast 2.93:1
Card sample
#5633df text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5633df;
Background color
Panel with #5633df background
background-color: #5633df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5633df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5633df; background: linear-gradient(135deg, #5633df, #C933DF);