#3e397b
a dark, soft blue · warm · closest name: midnightblue
RGB
62, 57, 123
HSL
245°, 37%, 35%
CMYK
50, 54, 0, 52
Luminance
0.0538
Every format
| HEX | #3e397b |
| RGB | rgb(62, 57, 123) |
| HSL | hsl(245, 37%, 35%) |
| CMYK | cmyk(50%, 54%, 0%, 52%) |
| LAB | lab(27.8 21.1 -37.0) |
| LCH | lch(27.8 42.6 299.6) |
| OKLCH | oklch(0.386 0.108 283.5) |
Copy-ready code
/* CSS */
color: #3e397b;
background-color: #3e397b;
/* Tailwind (arbitrary) */
class="text-[#3e397b] bg-[#3e397b]"
/* SCSS */
$brand: #3e397b;
/* SwiftUI */
Color(red: 0.243, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#3e397b")Accessibility — WCAG contrast
Aa
#3e397b on white: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e397b on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green22.4%
Blue48.2%
CMYK percentages
Cyan49.6%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#3e397b text on a black background
contrast 2.08:1
Card sample
#3e397b text on a white background
contrast 10.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e397b;
Background color
Panel with #3e397b background
background-color: #3e397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e397b; background: linear-gradient(135deg, #3e397b, #6A397B);