#4f1fba
a dark, vivid violet · warm · closest name: navy
RGB
79, 31, 186
HSL
259°, 71%, 43%
CMYK
58, 83, 0, 27
Luminance
0.0619
Every format
| HEX | #4f1fba |
| RGB | rgb(79, 31, 186) |
| HSL | hsl(259, 71%, 43%) |
| CMYK | cmyk(58%, 83%, 0%, 27%) |
| LAB | lab(29.9 57.0 -72.0) |
| LCH | lch(29.9 91.9 308.4) |
| OKLCH | oklch(0.422 0.217 286.8) |
Copy-ready code
/* CSS */
color: #4f1fba;
background-color: #4f1fba;
/* Tailwind (arbitrary) */
class="text-[#4f1fba] bg-[#4f1fba]"
/* SCSS */
$brand: #4f1fba;
/* SwiftUI */
Color(red: 0.310, green: 0.122, blue: 0.729)
/* Android */
Color.parseColor("#4f1fba")Accessibility — WCAG contrast
Aa
#4f1fba on white: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f1fba on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green12.2%
Blue72.9%
CMYK percentages
Cyan57.5%
Magenta83.3%
Yellow0.0%
Key (black)27.1%
Color previews
#4f1fba text on a black background
contrast 2.24:1
Card sample
#4f1fba text on a white background
contrast 9.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f1fba;
Background color
Panel with #4f1fba background
background-color: #4f1fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f1fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 31, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 31, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f1fba; background: linear-gradient(135deg, #4f1fba, #B61FBA);