#5f2def
a balanced, electric violet · warm · closest name: blue
RGB
95, 45, 239
HSL
256°, 86%, 56%
CMYK
60, 81, 0, 6
Luminance
0.1054
Every format
| HEX | #5f2def |
| RGB | rgb(95, 45, 239) |
| HSL | hsl(256, 86%, 56%) |
| CMYK | cmyk(60%, 81%, 0%, 6%) |
| LAB | lab(38.8 67.2 -87.9) |
| LCH | lch(38.8 110.6 307.4) |
| OKLCH | oklch(0.503 0.261 283.6) |
Copy-ready code
/* CSS */
color: #5f2def;
background-color: #5f2def;
/* Tailwind (arbitrary) */
class="text-[#5f2def] bg-[#5f2def]"
/* SCSS */
$brand: #5f2def;
/* SwiftUI */
Color(red: 0.373, green: 0.176, blue: 0.937)
/* Android */
Color.parseColor("#5f2def")Accessibility — WCAG contrast
Aa
#5f2def on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f2def on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green17.6%
Blue93.7%
CMYK percentages
Cyan60.3%
Magenta81.2%
Yellow0.0%
Key (black)6.3%
Color previews
#5f2def text on a black background
contrast 3.11:1
Card sample
#5f2def text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2def;
Background color
Panel with #5f2def background
background-color: #5f2def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 45, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 45, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2def; background: linear-gradient(135deg, #5f2def, #E02DEF);