#4f0366
a deep, electric violet · warm · closest name: indigo
RGB
79, 3, 102
HSL
286°, 94%, 21%
CMYK
23, 97, 0, 60
Luminance
0.0269
Every format
| HEX | #4f0366 |
| RGB | rgb(79, 3, 102) |
| HSL | hsl(286, 94%, 21%) |
| CMYK | cmyk(23%, 97%, 0%, 60%) |
| LAB | lab(18.7 45.4 -38.0) |
| LCH | lch(18.7 59.3 320.1) |
| OKLCH | oklch(0.320 0.154 315.6) |
Copy-ready code
/* CSS */
color: #4f0366;
background-color: #4f0366;
/* Tailwind (arbitrary) */
class="text-[#4f0366] bg-[#4f0366]"
/* SCSS */
$brand: #4f0366;
/* SwiftUI */
Color(red: 0.310, green: 0.012, blue: 0.400)
/* Android */
Color.parseColor("#4f0366")Accessibility — WCAG contrast
Aa
#4f0366 on white: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f0366 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green1.2%
Blue40.0%
CMYK percentages
Cyan22.5%
Magenta97.1%
Yellow0.0%
Key (black)60.0%
Color previews
#4f0366 text on a black background
contrast 1.54:1
Card sample
#4f0366 text on a white background
contrast 13.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f0366;
Background color
Panel with #4f0366 background
background-color: #4f0366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f0366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 3, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 3, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f0366; background: linear-gradient(135deg, #4f0366, #66033B);