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