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