#4f2f7d
a dark, vivid violet · warm · closest name: midnightblue
RGB
79, 47, 125
HSL
265°, 45%, 34%
CMYK
37, 62, 0, 51
Luminance
0.0518
Every format
| HEX | #4f2f7d |
| RGB | rgb(79, 47, 125) |
| HSL | hsl(265, 45%, 34%) |
| CMYK | cmyk(37%, 62%, 0%, 51%) |
| LAB | lab(27.2 32.3 -39.1) |
| LCH | lch(27.2 50.7 309.5) |
| OKLCH | oklch(0.386 0.127 299.3) |
Copy-ready code
/* CSS */
color: #4f2f7d;
background-color: #4f2f7d;
/* Tailwind (arbitrary) */
class="text-[#4f2f7d] bg-[#4f2f7d]"
/* SCSS */
$brand: #4f2f7d;
/* SwiftUI */
Color(red: 0.310, green: 0.184, blue: 0.490)
/* Android */
Color.parseColor("#4f2f7d")Accessibility — WCAG contrast
Aa
#4f2f7d on white: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2f7d on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green18.4%
Blue49.0%
CMYK percentages
Cyan36.8%
Magenta62.4%
Yellow0.0%
Key (black)51.0%
Color previews
#4f2f7d text on a black background
contrast 2.04:1
Card sample
#4f2f7d text on a white background
contrast 10.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2f7d;
Background color
Panel with #4f2f7d background
background-color: #4f2f7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2f7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 47, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 47, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2f7d; background: linear-gradient(135deg, #4f2f7d, #7D2F77);