#433586
a dark, soft blue · warm · closest name: midnightblue
RGB
67, 53, 134
HSL
250°, 43%, 37%
CMYK
50, 60, 0, 48
Luminance
0.0546
Every format
| HEX | #433586 |
| RGB | rgb(67, 53, 134) |
| HSL | hsl(250, 43%, 37%) |
| CMYK | cmyk(50%, 60%, 0%, 48%) |
| LAB | lab(28.0 28.4 -43.6) |
| LCH | lch(28.0 52.0 303.1) |
| OKLCH | oklch(0.391 0.130 286.7) |
Copy-ready code
/* CSS */
color: #433586;
background-color: #433586;
/* Tailwind (arbitrary) */
class="text-[#433586] bg-[#433586]"
/* SCSS */
$brand: #433586;
/* SwiftUI */
Color(red: 0.263, green: 0.208, blue: 0.525)
/* Android */
Color.parseColor("#433586")Accessibility — WCAG contrast
Aa
#433586 on white: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#433586 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green20.8%
Blue52.5%
CMYK percentages
Cyan50.0%
Magenta60.4%
Yellow0.0%
Key (black)47.5%
Color previews
#433586 text on a black background
contrast 2.09:1
Card sample
#433586 text on a white background
contrast 10.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433586;
Background color
Panel with #433586 background
background-color: #433586;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433586;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 53, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 53, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433586; background: linear-gradient(135deg, #433586, #793586);