#5145fd
a balanced, electric blue · warm · closest name: blue
RGB
81, 69, 253
HSL
244°, 98%, 63%
CMYK
68, 73, 0, 1
Luminance
0.1310
Every format
| HEX | #5145fd |
| RGB | rgb(81, 69, 253) |
| HSL | hsl(244, 98%, 63%) |
| CMYK | cmyk(68%, 73%, 0%, 1%) |
| LAB | lab(42.9 58.8 -89.0) |
| LCH | lch(42.9 106.7 303.4) |
| OKLCH | oklch(0.533 0.259 275.9) |
Copy-ready code
/* CSS */
color: #5145fd;
background-color: #5145fd;
/* Tailwind (arbitrary) */
class="text-[#5145fd] bg-[#5145fd]"
/* SCSS */
$brand: #5145fd;
/* SwiftUI */
Color(red: 0.318, green: 0.271, blue: 0.992)
/* Android */
Color.parseColor("#5145fd")Accessibility — WCAG contrast
Aa
#5145fd on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5145fd on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green27.1%
Blue99.2%
CMYK percentages
Cyan68.0%
Magenta72.7%
Yellow0.0%
Key (black)0.8%
Color previews
#5145fd text on a black background
contrast 3.62:1
Card sample
#5145fd text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5145fd;
Background color
Panel with #5145fd background
background-color: #5145fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5145fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 69, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 69, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5145fd; background: linear-gradient(135deg, #5145fd, #CC45FD);