#4f318a
a dark, vivid violet · warm · closest name: midnightblue
RGB
79, 49, 138
HSL
260°, 48%, 37%
CMYK
43, 65, 0, 46
Luminance
0.0569
Every format
| HEX | #4f318a |
| RGB | rgb(79, 49, 138) |
| HSL | hsl(260, 48%, 37%) |
| CMYK | cmyk(43%, 65%, 0%, 46%) |
| LAB | lab(28.6 34.8 -45.0) |
| LCH | lch(28.6 56.9 307.7) |
| OKLCH | oklch(0.400 0.141 294.7) |
Copy-ready code
/* CSS */
color: #4f318a;
background-color: #4f318a;
/* Tailwind (arbitrary) */
class="text-[#4f318a] bg-[#4f318a]"
/* SCSS */
$brand: #4f318a;
/* SwiftUI */
Color(red: 0.310, green: 0.192, blue: 0.541)
/* Android */
Color.parseColor("#4f318a")Accessibility — WCAG contrast
Aa
#4f318a on white: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f318a on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green19.2%
Blue54.1%
CMYK percentages
Cyan42.8%
Magenta64.5%
Yellow0.0%
Key (black)45.9%
Color previews
#4f318a text on a black background
contrast 2.14:1
Card sample
#4f318a text on a white background
contrast 9.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f318a;
Background color
Panel with #4f318a background
background-color: #4f318a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f318a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 49, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 49, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f318a; background: linear-gradient(135deg, #4f318a, #8A318A);