#513df2
a balanced, electric blue · warm · closest name: blue
RGB
81, 61, 242
HSL
247°, 87%, 59%
CMYK
67, 75, 0, 5
Luminance
0.1150
Every format
| HEX | #513df2 |
| RGB | rgb(81, 61, 242) |
| HSL | hsl(247, 87%, 59%) |
| CMYK | cmyk(67%, 75%, 0%, 5%) |
| LAB | lab(40.4 59.6 -87.0) |
| LCH | lch(40.4 105.4 304.4) |
| OKLCH | oklch(0.512 0.254 277.5) |
Copy-ready code
/* CSS */
color: #513df2;
background-color: #513df2;
/* Tailwind (arbitrary) */
class="text-[#513df2] bg-[#513df2]"
/* SCSS */
$brand: #513df2;
/* SwiftUI */
Color(red: 0.318, green: 0.239, blue: 0.949)
/* Android */
Color.parseColor("#513df2")Accessibility — WCAG contrast
Aa
#513df2 on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#513df2 on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green23.9%
Blue94.9%
CMYK percentages
Cyan66.5%
Magenta74.8%
Yellow0.0%
Key (black)5.1%
Color previews
#513df2 text on a black background
contrast 3.30:1
Card sample
#513df2 text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #513df2;
Background color
Panel with #513df2 background
background-color: #513df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #513df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 61, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 61, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #513df2; background: linear-gradient(135deg, #513df2, #CA3DF2);