#5331fd
a balanced, electric blue · warm · closest name: blue
RGB
83, 49, 253
HSL
250°, 98%, 59%
CMYK
67, 81, 0, 1
Luminance
0.1113
Every format
| HEX | #5331fd |
| RGB | rgb(83, 49, 253) |
| HSL | hsl(250, 98%, 59%) |
| CMYK | cmyk(67%, 81%, 0%, 1%) |
| LAB | lab(39.8 68.3 -94.2) |
| LCH | lch(39.8 116.3 306.0) |
| OKLCH | oklch(0.512 0.275 278.0) |
Copy-ready code
/* CSS */
color: #5331fd;
background-color: #5331fd;
/* Tailwind (arbitrary) */
class="text-[#5331fd] bg-[#5331fd]"
/* SCSS */
$brand: #5331fd;
/* SwiftUI */
Color(red: 0.325, green: 0.192, blue: 0.992)
/* Android */
Color.parseColor("#5331fd")Accessibility — WCAG contrast
Aa
#5331fd on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5331fd on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green19.2%
Blue99.2%
CMYK percentages
Cyan67.2%
Magenta80.6%
Yellow0.0%
Key (black)0.8%
Color previews
#5331fd text on a black background
contrast 3.23:1
Card sample
#5331fd text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5331fd;
Background color
Panel with #5331fd background
background-color: #5331fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5331fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 49, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 49, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5331fd; background: linear-gradient(135deg, #5331fd, #DB31FD);