#5149fd
a balanced, electric blue · warm · closest name: blue
RGB
81, 73, 253
HSL
243°, 98%, 64%
CMYK
68, 71, 0, 1
Luminance
0.1361
Every format
| HEX | #5149fd |
| RGB | rgb(81, 73, 253) |
| HSL | hsl(243, 98%, 64%) |
| CMYK | cmyk(68%, 71%, 0%, 1%) |
| LAB | lab(43.7 56.7 -87.8) |
| LCH | lch(43.7 104.5 302.8) |
| OKLCH | oklch(0.538 0.255 275.5) |
Copy-ready code
/* CSS */
color: #5149fd;
background-color: #5149fd;
/* Tailwind (arbitrary) */
class="text-[#5149fd] bg-[#5149fd]"
/* SCSS */
$brand: #5149fd;
/* SwiftUI */
Color(red: 0.318, green: 0.286, blue: 0.992)
/* Android */
Color.parseColor("#5149fd")Accessibility — WCAG contrast
Aa
#5149fd on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5149fd on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green28.6%
Blue99.2%
CMYK percentages
Cyan68.0%
Magenta71.1%
Yellow0.0%
Key (black)0.8%
Color previews
#5149fd text on a black background
contrast 3.72:1
Card sample
#5149fd text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5149fd;
Background color
Panel with #5149fd background
background-color: #5149fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5149fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 73, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 73, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5149fd; background: linear-gradient(135deg, #5149fd, #C949FD);