#5347fd
a balanced, electric blue · warm · closest name: blue
RGB
83, 71, 253
HSL
244°, 98%, 64%
CMYK
67, 72, 0, 1
Luminance
0.1344
Every format
| HEX | #5347fd |
| RGB | rgb(83, 71, 253) |
| HSL | hsl(244, 98%, 64%) |
| CMYK | cmyk(67%, 72%, 0%, 1%) |
| LAB | lab(43.4 57.9 -88.2) |
| LCH | lch(43.4 105.5 303.3) |
| OKLCH | oklch(0.537 0.256 276.3) |
Copy-ready code
/* CSS */
color: #5347fd;
background-color: #5347fd;
/* Tailwind (arbitrary) */
class="text-[#5347fd] bg-[#5347fd]"
/* SCSS */
$brand: #5347fd;
/* SwiftUI */
Color(red: 0.325, green: 0.278, blue: 0.992)
/* Android */
Color.parseColor("#5347fd")Accessibility — WCAG contrast
Aa
#5347fd on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5347fd on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green27.8%
Blue99.2%
CMYK percentages
Cyan67.2%
Magenta71.9%
Yellow0.0%
Key (black)0.8%
Color previews
#5347fd text on a black background
contrast 3.69:1
Card sample
#5347fd text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5347fd;
Background color
Panel with #5347fd background
background-color: #5347fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5347fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 71, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 71, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5347fd; background: linear-gradient(135deg, #5347fd, #CC47FD);