#433578
a dark, soft blue · warm · closest name: midnightblue
RGB
67, 53, 120
HSL
253°, 39%, 34%
CMYK
44, 56, 0, 53
Luminance
0.0510
Every format
| HEX | #433578 |
| RGB | rgb(67, 53, 120) |
| HSL | hsl(253, 39%, 34%) |
| CMYK | cmyk(44%, 56%, 0%, 53%) |
| LAB | lab(27.0 24.0 -36.4) |
| LCH | lch(27.0 43.6 303.4) |
| OKLCH | oklch(0.381 0.110 289.8) |
Copy-ready code
/* CSS */
color: #433578;
background-color: #433578;
/* Tailwind (arbitrary) */
class="text-[#433578] bg-[#433578]"
/* SCSS */
$brand: #433578;
/* SwiftUI */
Color(red: 0.263, green: 0.208, blue: 0.471)
/* Android */
Color.parseColor("#433578")Accessibility — WCAG contrast
Aa
#433578 on white: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#433578 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green20.8%
Blue47.1%
CMYK percentages
Cyan44.2%
Magenta55.8%
Yellow0.0%
Key (black)52.9%
Color previews
#433578 text on a black background
contrast 2.02:1
Card sample
#433578 text on a white background
contrast 10.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433578;
Background color
Panel with #433578 background
background-color: #433578;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433578;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 53, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 53, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433578; background: linear-gradient(135deg, #433578, #703578);