#433366
a dark, soft violet · warm · closest name: midnightblue
RGB
67, 51, 102
HSL
259°, 33%, 30%
CMYK
34, 50, 0, 60
Luminance
0.0452
Every format
| HEX | #433366 |
| RGB | rgb(67, 51, 102) |
| HSL | hsl(259, 33%, 30%) |
| CMYK | cmyk(34%, 50%, 0%, 60%) |
| LAB | lab(25.3 19.8 -27.6) |
| LCH | lch(25.3 34.0 305.7) |
| OKLCH | oklch(0.364 0.086 296.3) |
Copy-ready code
/* CSS */
color: #433366;
background-color: #433366;
/* Tailwind (arbitrary) */
class="text-[#433366] bg-[#433366]"
/* SCSS */
$brand: #433366;
/* SwiftUI */
Color(red: 0.263, green: 0.200, blue: 0.400)
/* Android */
Color.parseColor("#433366")Accessibility — WCAG contrast
Aa
#433366 on white: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#433366 on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green20.0%
Blue40.0%
CMYK percentages
Cyan34.3%
Magenta50.0%
Yellow0.0%
Key (black)60.0%
Color previews
#433366 text on a black background
contrast 1.90:1
Card sample
#433366 text on a white background
contrast 11.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #433366;
Background color
Panel with #433366 background
background-color: #433366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #433366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 51, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 51, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #433366; background: linear-gradient(135deg, #433366, #653366);