#5f00bf
a dark, electric violet · warm · closest name: navy
RGB
95, 0, 191
HSL
270°, 100%, 38%
CMYK
50, 100, 0, 25
Luminance
0.0619
Every format
| HEX | #5f00bf |
| RGB | rgb(95, 0, 191) |
| HSL | hsl(270, 100%, 38%) |
| CMYK | cmyk(50%, 100%, 0%, 25%) |
| LAB | lab(29.9 67.0 -74.9) |
| LCH | lch(29.9 100.5 311.8) |
| OKLCH | oklch(0.428 0.236 294.3) |
Copy-ready code
/* CSS */
color: #5f00bf;
background-color: #5f00bf;
/* Tailwind (arbitrary) */
class="text-[#5f00bf] bg-[#5f00bf]"
/* SCSS */
$brand: #5f00bf;
/* SwiftUI */
Color(red: 0.373, green: 0.000, blue: 0.749)
/* Android */
Color.parseColor("#5f00bf")Accessibility — WCAG contrast
Aa
#5f00bf on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f00bf on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green0.0%
Blue74.9%
CMYK percentages
Cyan50.3%
Magenta100.0%
Yellow0.0%
Key (black)25.1%
Color previews
#5f00bf text on a black background
contrast 2.24:1
Card sample
#5f00bf text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f00bf;
Background color
Panel with #5f00bf background
background-color: #5f00bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f00bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 0, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 0, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f00bf; background: linear-gradient(135deg, #5f00bf, #BF00A0);