#3e124f
a deep, vivid violet · warm · closest name: midnightblue
RGB
62, 18, 79
HSL
283°, 63%, 19%
CMYK
22, 77, 0, 69
Luminance
0.0202
Every format
| HEX | #3e124f |
| RGB | rgb(62, 18, 79) |
| HSL | hsl(283, 63%, 19%) |
| CMYK | cmyk(22%, 77%, 0%, 69%) |
| LAB | lab(15.6 31.9 -27.9) |
| LCH | lch(15.6 42.4 318.9) |
| OKLCH | oklch(0.286 0.111 314.8) |
Copy-ready code
/* CSS */
color: #3e124f;
background-color: #3e124f;
/* Tailwind (arbitrary) */
class="text-[#3e124f] bg-[#3e124f]"
/* SCSS */
$brand: #3e124f;
/* SwiftUI */
Color(red: 0.243, green: 0.071, blue: 0.310)
/* Android */
Color.parseColor("#3e124f")Accessibility — WCAG contrast
Aa
#3e124f on white: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e124f on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green7.1%
Blue31.0%
CMYK percentages
Cyan21.5%
Magenta77.2%
Yellow0.0%
Key (black)69.0%
Color previews
#3e124f text on a black background
contrast 1.40:1
Card sample
#3e124f text on a white background
contrast 14.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e124f;
Background color
Panel with #3e124f background
background-color: #3e124f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e124f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 18, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 18, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e124f; background: linear-gradient(135deg, #3e124f, #4F1237);