#4f2f63
a dark, soft violet · warm · closest name: midnightblue
RGB
79, 47, 99
HSL
277°, 36%, 29%
CMYK
20, 53, 0, 61
Luminance
0.0460
Every format
| HEX | #4f2f63 |
| RGB | rgb(79, 47, 99) |
| HSL | hsl(277, 36%, 29%) |
| CMYK | cmyk(20%, 53%, 0%, 61%) |
| LAB | lab(25.6 25.3 -25.2) |
| LCH | lch(25.6 35.7 315.1) |
| OKLCH | oklch(0.369 0.093 311.0) |
Copy-ready code
/* CSS */
color: #4f2f63;
background-color: #4f2f63;
/* Tailwind (arbitrary) */
class="text-[#4f2f63] bg-[#4f2f63]"
/* SCSS */
$brand: #4f2f63;
/* SwiftUI */
Color(red: 0.310, green: 0.184, blue: 0.388)
/* Android */
Color.parseColor("#4f2f63")Accessibility — WCAG contrast
Aa
#4f2f63 on white: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f2f63 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green18.4%
Blue38.8%
CMYK percentages
Cyan20.2%
Magenta52.5%
Yellow0.0%
Key (black)61.2%
Color previews
#4f2f63 text on a black background
contrast 1.92:1
Card sample
#4f2f63 text on a white background
contrast 10.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f2f63;
Background color
Panel with #4f2f63 background
background-color: #4f2f63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f2f63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 47, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 47, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f2f63; background: linear-gradient(135deg, #4f2f63, #632F54);