#4f286a
a dark, vivid violet · warm · closest name: midnightblue
RGB
79, 40, 106
HSL
276°, 45%, 29%
CMYK
26, 62, 0, 58
Luminance
0.0422
Every format
| HEX | #4f286a |
| RGB | rgb(79, 40, 106) |
| HSL | hsl(276, 45%, 29%) |
| CMYK | cmyk(26%, 62%, 0%, 58%) |
| LAB | lab(24.4 31.3 -31.6) |
| LCH | lch(24.4 44.4 314.7) |
| OKLCH | oklch(0.361 0.114 309.1) |
Copy-ready code
/* CSS */
color: #4f286a;
background-color: #4f286a;
/* Tailwind (arbitrary) */
class="text-[#4f286a] bg-[#4f286a]"
/* SCSS */
$brand: #4f286a;
/* SwiftUI */
Color(red: 0.310, green: 0.157, blue: 0.416)
/* Android */
Color.parseColor("#4f286a")Accessibility — WCAG contrast
Aa
#4f286a on white: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f286a on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green15.7%
Blue41.6%
CMYK percentages
Cyan25.5%
Magenta62.3%
Yellow0.0%
Key (black)58.4%
Color previews
#4f286a text on a black background
contrast 1.84:1
Card sample
#4f286a text on a white background
contrast 11.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f286a;
Background color
Panel with #4f286a background
background-color: #4f286a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f286a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 40, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 40, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f286a; background: linear-gradient(135deg, #4f286a, #6A2859);