#5a2df3
a balanced, electric blue · warm · closest name: blue
RGB
90, 45, 243
HSL
254°, 89%, 57%
CMYK
63, 82, 0, 5
Luminance
0.1052
Every format
| HEX | #5a2df3 |
| RGB | rgb(90, 45, 243) |
| HSL | hsl(254, 89%, 57%) |
| CMYK | cmyk(63%, 82%, 0%, 5%) |
| LAB | lab(38.8 67.8 -90.2) |
| LCH | lch(38.8 112.9 306.9) |
| OKLCH | oklch(0.503 0.266 281.5) |
Copy-ready code
/* CSS */
color: #5a2df3;
background-color: #5a2df3;
/* Tailwind (arbitrary) */
class="text-[#5a2df3] bg-[#5a2df3]"
/* SCSS */
$brand: #5a2df3;
/* SwiftUI */
Color(red: 0.353, green: 0.176, blue: 0.953)
/* Android */
Color.parseColor("#5a2df3")Accessibility — WCAG contrast
Aa
#5a2df3 on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5a2df3 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green17.6%
Blue95.3%
CMYK percentages
Cyan63.0%
Magenta81.5%
Yellow0.0%
Key (black)4.7%
Color previews
#5a2df3 text on a black background
contrast 3.10:1
Card sample
#5a2df3 text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a2df3;
Background color
Panel with #5a2df3 background
background-color: #5a2df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a2df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 45, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 45, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a2df3; background: linear-gradient(135deg, #5a2df3, #DE2DF3);