#453073
a dark, soft violet · warm · closest name: midnightblue
RGB
69, 48, 115
HSL
259°, 41%, 32%
CMYK
40, 58, 0, 55
Luminance
0.0462
Every format
| HEX | #453073 |
| RGB | rgb(69, 48, 115) |
| HSL | hsl(259, 41%, 32%) |
| CMYK | cmyk(40%, 58%, 0%, 55%) |
| LAB | lab(25.6 26.2 -35.4) |
| LCH | lch(25.6 44.1 306.5) |
| OKLCH | oklch(0.370 0.111 294.8) |
Copy-ready code
/* CSS */
color: #453073;
background-color: #453073;
/* Tailwind (arbitrary) */
class="text-[#453073] bg-[#453073]"
/* SCSS */
$brand: #453073;
/* SwiftUI */
Color(red: 0.271, green: 0.188, blue: 0.451)
/* Android */
Color.parseColor("#453073")Accessibility — WCAG contrast
Aa
#453073 on white: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#453073 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green18.8%
Blue45.1%
CMYK percentages
Cyan40.0%
Magenta58.3%
Yellow0.0%
Key (black)54.9%
Color previews
#453073 text on a black background
contrast 1.92:1
Card sample
#453073 text on a white background
contrast 10.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #453073;
Background color
Panel with #453073 background
background-color: #453073;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #453073;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 48, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 48, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #453073; background: linear-gradient(135deg, #453073, #723073);