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