#5f13df
a balanced, electric violet · warm · closest name: blue
RGB
95, 19, 223
HSL
262°, 84%, 48%
CMYK
57, 92, 0, 13
Luminance
0.0823
Every format
| HEX | #5f13df |
| RGB | rgb(95, 19, 223) |
| HSL | hsl(262, 84%, 48%) |
| CMYK | cmyk(57%, 92%, 0%, 13%) |
| LAB | lab(34.5 71.1 -86.0) |
| LCH | lch(34.5 111.6 309.6) |
| OKLCH | oklch(0.469 0.259 287.4) |
Copy-ready code
/* CSS */
color: #5f13df;
background-color: #5f13df;
/* Tailwind (arbitrary) */
class="text-[#5f13df] bg-[#5f13df]"
/* SCSS */
$brand: #5f13df;
/* SwiftUI */
Color(red: 0.373, green: 0.075, blue: 0.875)
/* Android */
Color.parseColor("#5f13df")Accessibility — WCAG contrast
Aa
#5f13df on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f13df on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green7.5%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta91.5%
Yellow0.0%
Key (black)12.5%
Color previews
#5f13df text on a black background
contrast 2.65:1
Card sample
#5f13df text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f13df;
Background color
Panel with #5f13df background
background-color: #5f13df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f13df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 19, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 19, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f13df; background: linear-gradient(135deg, #5f13df, #DF13D7);