#39124f
a deep, vivid violet · warm · closest name: midnightblue
RGB
57, 18, 79
HSL
278°, 63%, 19%
CMYK
28, 77, 0, 69
Luminance
0.0187
Every format
| HEX | #39124f |
| RGB | rgb(57, 18, 79) |
| HSL | hsl(278, 63%, 19%) |
| CMYK | cmyk(28%, 77%, 0%, 69%) |
| LAB | lab(14.8 30.7 -29.2) |
| LCH | lch(14.8 42.4 316.4) |
| OKLCH | oklch(0.279 0.109 310.5) |
Copy-ready code
/* CSS */
color: #39124f;
background-color: #39124f;
/* Tailwind (arbitrary) */
class="text-[#39124f] bg-[#39124f]"
/* SCSS */
$brand: #39124f;
/* SwiftUI */
Color(red: 0.224, green: 0.071, blue: 0.310)
/* Android */
Color.parseColor("#39124f")Accessibility — WCAG contrast
Aa
#39124f on white: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#39124f on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green7.1%
Blue31.0%
CMYK percentages
Cyan27.8%
Magenta77.2%
Yellow0.0%
Key (black)69.0%
Color previews
#39124f text on a black background
contrast 1.37:1
Card sample
#39124f text on a white background
contrast 15.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39124f;
Background color
Panel with #39124f background
background-color: #39124f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39124f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 18, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 18, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39124f; background: linear-gradient(135deg, #39124f, #4F123C);