#5a2fdf
a balanced, vivid blue · warm · closest name: blue
RGB
90, 47, 223
HSL
255°, 73%, 53%
CMYK
60, 79, 0, 13
Luminance
0.0953
Every format
| HEX | #5a2fdf |
| RGB | rgb(90, 47, 223) |
| HSL | hsl(255, 73%, 53%) |
| CMYK | cmyk(60%, 79%, 0%, 13%) |
| LAB | lab(37.0 61.6 -81.8) |
| LCH | lch(37.0 102.4 307.0) |
| OKLCH | oklch(0.485 0.243 283.9) |
Copy-ready code
/* CSS */
color: #5a2fdf;
background-color: #5a2fdf;
/* Tailwind (arbitrary) */
class="text-[#5a2fdf] bg-[#5a2fdf]"
/* SCSS */
$brand: #5a2fdf;
/* SwiftUI */
Color(red: 0.353, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#5a2fdf")Accessibility — WCAG contrast
Aa
#5a2fdf on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5a2fdf on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green18.4%
Blue87.5%
CMYK percentages
Cyan59.6%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#5a2fdf text on a black background
contrast 2.91:1
Card sample
#5a2fdf text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a2fdf;
Background color
Panel with #5a2fdf background
background-color: #5a2fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a2fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a2fdf; background: linear-gradient(135deg, #5a2fdf, #CF2FDF);