#5f0fba
a dark, electric violet · warm · closest name: indigo
RGB
95, 15, 186
HSL
268°, 85%, 39%
CMYK
49, 92, 0, 27
Luminance
0.0632
Every format
| HEX | #5f0fba |
| RGB | rgb(95, 15, 186) |
| HSL | hsl(268, 85%, 39%) |
| CMYK | cmyk(49%, 92%, 0%, 27%) |
| LAB | lab(30.2 63.3 -71.4) |
| LCH | lch(30.2 95.5 311.6) |
| OKLCH | oklch(0.428 0.226 294.9) |
Copy-ready code
/* CSS */
color: #5f0fba;
background-color: #5f0fba;
/* Tailwind (arbitrary) */
class="text-[#5f0fba] bg-[#5f0fba]"
/* SCSS */
$brand: #5f0fba;
/* SwiftUI */
Color(red: 0.373, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#5f0fba")Accessibility — WCAG contrast
Aa
#5f0fba on white: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f0fba on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green5.9%
Blue72.9%
CMYK percentages
Cyan48.9%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#5f0fba text on a black background
contrast 2.26:1
Card sample
#5f0fba text on a white background
contrast 9.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f0fba;
Background color
Panel with #5f0fba background
background-color: #5f0fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f0fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f0fba; background: linear-gradient(135deg, #5f0fba, #BA0FA3);