#4f2fad
a dark, vivid violet · warm · closest name: indigo
RGB
79, 47, 173
HSL
255°, 57%, 43%
CMYK
54, 73, 0, 32
Luminance
0.0671
Every format
| HEX | #4f2fad |
| RGB | rgb(79, 47, 173) |
| HSL | hsl(255, 57%, 43%) |
| CMYK | cmyk(54%, 73%, 0%, 32%) |
| LAB | lab(31.1 46.1 -62.2) |
| LCH | lch(31.1 77.4 306.5) |
| OKLCH | oklch(0.427 0.187 287.2) |
Copy-ready code
/* CSS */
color: #4f2fad;
background-color: #4f2fad;
/* Tailwind (arbitrary) */
class="text-[#4f2fad] bg-[#4f2fad]"
/* SCSS */
$brand: #4f2fad;
/* SwiftUI */
Color(red: 0.310, green: 0.184, blue: 0.678)
/* Android */
Color.parseColor("#4f2fad")Accessibility — WCAG contrast
Aa
#4f2fad on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2fad on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green18.4%
Blue67.8%
CMYK percentages
Cyan54.3%
Magenta72.8%
Yellow0.0%
Key (black)32.2%
Color previews
#4f2fad text on a black background
contrast 2.34:1
Card sample
#4f2fad text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2fad;
Background color
Panel with #4f2fad background
background-color: #4f2fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 47, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 47, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2fad; background: linear-gradient(135deg, #4f2fad, #A32FAD);