#4f308f
a dark, vivid violet · warm · closest name: midnightblue
RGB
79, 48, 143
HSL
260°, 50%, 38%
CMYK
45, 66, 0, 44
Luminance
0.0576
Every format
| HEX | #4f308f |
| RGB | rgb(79, 48, 143) |
| HSL | hsl(260, 50%, 38%) |
| CMYK | cmyk(45%, 66%, 0%, 44%) |
| LAB | lab(28.8 36.8 -47.8) |
| LCH | lch(28.8 60.3 307.6) |
| OKLCH | oklch(0.402 0.149 293.6) |
Copy-ready code
/* CSS */
color: #4f308f;
background-color: #4f308f;
/* Tailwind (arbitrary) */
class="text-[#4f308f] bg-[#4f308f]"
/* SCSS */
$brand: #4f308f;
/* SwiftUI */
Color(red: 0.310, green: 0.188, blue: 0.561)
/* Android */
Color.parseColor("#4f308f")Accessibility — WCAG contrast
Aa
#4f308f on white: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f308f on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green18.8%
Blue56.1%
CMYK percentages
Cyan44.8%
Magenta66.4%
Yellow0.0%
Key (black)43.9%
Color previews
#4f308f text on a black background
contrast 2.15:1
Card sample
#4f308f text on a white background
contrast 9.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f308f;
Background color
Panel with #4f308f background
background-color: #4f308f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f308f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 48, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 48, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f308f; background: linear-gradient(135deg, #4f308f, #8F308F);