#5f05df
a dark, electric violet · warm · closest name: blue
RGB
95, 5, 223
HSL
265°, 96%, 45%
CMYK
57, 98, 0, 13
Luminance
0.0787
Every format
| HEX | #5f05df |
| RGB | rgb(95, 5, 223) |
| HSL | hsl(265, 96%, 45%) |
| CMYK | cmyk(57%, 98%, 0%, 13%) |
| LAB | lab(33.7 73.3 -87.2) |
| LCH | lch(33.7 114.0 310.1) |
| OKLCH | oklch(0.464 0.264 287.8) |
Copy-ready code
/* CSS */
color: #5f05df;
background-color: #5f05df;
/* Tailwind (arbitrary) */
class="text-[#5f05df] bg-[#5f05df]"
/* SCSS */
$brand: #5f05df;
/* SwiftUI */
Color(red: 0.373, green: 0.020, blue: 0.875)
/* Android */
Color.parseColor("#5f05df")Accessibility — WCAG contrast
Aa
#5f05df on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f05df on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green2.0%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta97.8%
Yellow0.0%
Key (black)12.5%
Color previews
#5f05df text on a black background
contrast 2.57:1
Card sample
#5f05df text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f05df;
Background color
Panel with #5f05df background
background-color: #5f05df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f05df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 5, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 5, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f05df; background: linear-gradient(135deg, #5f05df, #DF05CE);