#5f2dfe
a balanced, electric blue · warm · closest name: blue
RGB
95, 45, 254
HSL
254°, 99%, 59%
CMYK
63, 82, 0, 0
Luminance
0.1147
Every format
| HEX | #5f2dfe |
| RGB | rgb(95, 45, 254) |
| HSL | hsl(254, 99%, 59%) |
| CMYK | cmyk(63%, 82%, 0%, 0%) |
| LAB | lab(40.4 71.1 -93.8) |
| LCH | lch(40.4 117.7 307.2) |
| OKLCH | oklch(0.518 0.276 281.8) |
Copy-ready code
/* CSS */
color: #5f2dfe;
background-color: #5f2dfe;
/* Tailwind (arbitrary) */
class="text-[#5f2dfe] bg-[#5f2dfe]"
/* SCSS */
$brand: #5f2dfe;
/* SwiftUI */
Color(red: 0.373, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#5f2dfe")Accessibility — WCAG contrast
Aa
#5f2dfe on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f2dfe on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green17.6%
Blue99.6%
CMYK percentages
Cyan62.6%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#5f2dfe text on a black background
contrast 3.29:1
Card sample
#5f2dfe text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2dfe;
Background color
Panel with #5f2dfe background
background-color: #5f2dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2dfe; background: linear-gradient(135deg, #5f2dfe, #EB2DFE);