#4f2563
a dark, vivid violet · warm · closest name: midnightblue
RGB
79, 37, 99
HSL
281°, 46%, 27%
CMYK
20, 63, 0, 61
Luminance
0.0389
Every format
| HEX | #4f2563 |
| RGB | rgb(79, 37, 99) |
| HSL | hsl(281, 46%, 27%) |
| CMYK | cmyk(20%, 63%, 0%, 61%) |
| LAB | lab(23.3 31.2 -28.8) |
| LCH | lch(23.3 42.5 317.4) |
| OKLCH | oklch(0.352 0.111 313.4) |
Copy-ready code
/* CSS */
color: #4f2563;
background-color: #4f2563;
/* Tailwind (arbitrary) */
class="text-[#4f2563] bg-[#4f2563]"
/* SCSS */
$brand: #4f2563;
/* SwiftUI */
Color(red: 0.310, green: 0.145, blue: 0.388)
/* Android */
Color.parseColor("#4f2563")Accessibility — WCAG contrast
Aa
#4f2563 on white: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2563 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green14.5%
Blue38.8%
CMYK percentages
Cyan20.2%
Magenta62.6%
Yellow0.0%
Key (black)61.2%
Color previews
#4f2563 text on a black background
contrast 1.78:1
Card sample
#4f2563 text on a white background
contrast 11.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2563;
Background color
Panel with #4f2563 background
background-color: #4f2563;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2563;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 37, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 37, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2563; background: linear-gradient(135deg, #4f2563, #63254E);