#4e3e8c
a dark, soft blue · warm · closest name: midnightblue
RGB
78, 62, 140
HSL
252°, 39%, 40%
CMYK
44, 56, 0, 45
Luminance
0.0696
Every format
| HEX | #4e3e8c |
| RGB | rgb(78, 62, 140) |
| HSL | hsl(252, 39%, 40%) |
| CMYK | cmyk(44%, 56%, 0%, 45%) |
| LAB | lab(31.7 27.2 -41.3) |
| LCH | lch(31.7 49.4 303.4) |
| OKLCH | oklch(0.422 0.124 289.4) |
Copy-ready code
/* CSS */
color: #4e3e8c;
background-color: #4e3e8c;
/* Tailwind (arbitrary) */
class="text-[#4e3e8c] bg-[#4e3e8c]"
/* SCSS */
$brand: #4e3e8c;
/* SwiftUI */
Color(red: 0.306, green: 0.243, blue: 0.549)
/* Android */
Color.parseColor("#4e3e8c")Accessibility — WCAG contrast
Aa
#4e3e8c on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4e3e8c on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.6%
Green24.3%
Blue54.9%
CMYK percentages
Cyan44.3%
Magenta55.7%
Yellow0.0%
Key (black)45.1%
Color previews
#4e3e8c text on a black background
contrast 2.39:1
Card sample
#4e3e8c text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4e3e8c;
Background color
Panel with #4e3e8c background
background-color: #4e3e8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4e3e8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(78, 62, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(78, 62, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4e3e8c; background: linear-gradient(135deg, #4e3e8c, #823E8C);