#4f1fad
a dark, vivid violet · warm · closest name: indigo
RGB
79, 31, 173
HSL
260°, 70%, 40%
CMYK
54, 82, 0, 32
Luminance
0.0566
Every format
| HEX | #4f1fad |
| RGB | rgb(79, 31, 173) |
| HSL | hsl(260, 70%, 40%) |
| CMYK | cmyk(54%, 82%, 0%, 32%) |
| LAB | lab(28.5 53.6 -66.5) |
| LCH | lch(28.5 85.4 308.9) |
| OKLCH | oklch(0.408 0.203 289.3) |
Copy-ready code
/* CSS */
color: #4f1fad;
background-color: #4f1fad;
/* Tailwind (arbitrary) */
class="text-[#4f1fad] bg-[#4f1fad]"
/* SCSS */
$brand: #4f1fad;
/* SwiftUI */
Color(red: 0.310, green: 0.122, blue: 0.678)
/* Android */
Color.parseColor("#4f1fad")Accessibility — WCAG contrast
Aa
#4f1fad on white: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f1fad on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green12.2%
Blue67.8%
CMYK percentages
Cyan54.3%
Magenta82.1%
Yellow0.0%
Key (black)32.2%
Color previews
#4f1fad text on a black background
contrast 2.13:1
Card sample
#4f1fad text on a white background
contrast 9.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f1fad;
Background color
Panel with #4f1fad background
background-color: #4f1fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f1fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 31, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 31, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f1fad; background: linear-gradient(135deg, #4f1fad, #AD1FAC);