#453089
a dark, vivid blue · warm · closest name: midnightblue
RGB
69, 48, 137
HSL
254°, 48%, 36%
CMYK
50, 65, 0, 46
Luminance
0.0519
Every format
| HEX | #453089 |
| RGB | rgb(69, 48, 137) |
| HSL | hsl(254, 48%, 36%) |
| CMYK | cmyk(50%, 65%, 0%, 46%) |
| LAB | lab(27.3 32.9 -46.6) |
| LCH | lch(27.3 57.1 305.2) |
| OKLCH | oklch(0.387 0.141 288.9) |
Copy-ready code
/* CSS */
color: #453089;
background-color: #453089;
/* Tailwind (arbitrary) */
class="text-[#453089] bg-[#453089]"
/* SCSS */
$brand: #453089;
/* SwiftUI */
Color(red: 0.271, green: 0.188, blue: 0.537)
/* Android */
Color.parseColor("#453089")Accessibility — WCAG contrast
Aa
#453089 on white: 10.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#453089 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green18.8%
Blue53.7%
CMYK percentages
Cyan49.6%
Magenta65.0%
Yellow0.0%
Key (black)46.3%
Color previews
#453089 text on a black background
contrast 2.04:1
Card sample
#453089 text on a white background
contrast 10.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #453089;
Background color
Panel with #453089 background
background-color: #453089;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #453089;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 48, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 48, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #453089; background: linear-gradient(135deg, #453089, #803089);