#5f00df
a dark, electric violet · warm · closest name: blue
RGB
95, 0, 223
HSL
266°, 100%, 44%
CMYK
57, 100, 0, 13
Luminance
0.0776
Every format
| HEX | #5f00df |
| RGB | rgb(95, 0, 223) |
| HSL | hsl(266, 100%, 44%) |
| CMYK | cmyk(57%, 100%, 0%, 13%) |
| LAB | lab(33.5 74.0 -87.6) |
| LCH | lch(33.5 114.7 310.2) |
| OKLCH | oklch(0.462 0.265 287.9) |
Copy-ready code
/* CSS */
color: #5f00df;
background-color: #5f00df;
/* Tailwind (arbitrary) */
class="text-[#5f00df] bg-[#5f00df]"
/* SCSS */
$brand: #5f00df;
/* SwiftUI */
Color(red: 0.373, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#5f00df")Accessibility — WCAG contrast
Aa
#5f00df on white: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f00df on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green0.0%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#5f00df text on a black background
contrast 2.55:1
Card sample
#5f00df text on a white background
contrast 8.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f00df;
Background color
Panel with #5f00df background
background-color: #5f00df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f00df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f00df; background: linear-gradient(135deg, #5f00df, #DF00CA);