#4433aa
a dark, vivid blue · warm · closest name: slateblue
RGB
68, 51, 170
HSL
249°, 54%, 43%
CMYK
60, 70, 0, 33
Luminance
0.0650
Every format
| HEX | #4433aa |
| RGB | rgb(68, 51, 170) |
| HSL | hsl(249, 54%, 43%) |
| CMYK | cmyk(60%, 70%, 0%, 33%) |
| LAB | lab(30.6 41.3 -61.3) |
| LCH | lch(30.6 73.9 304.0) |
| OKLCH | oklch(0.420 0.180 281.8) |
Copy-ready code
/* CSS */
color: #4433aa;
background-color: #4433aa;
/* Tailwind (arbitrary) */
class="text-[#4433aa] bg-[#4433aa]"
/* SCSS */
$brand: #4433aa;
/* SwiftUI */
Color(red: 0.267, green: 0.200, blue: 0.667)
/* Android */
Color.parseColor("#4433aa")Accessibility — WCAG contrast
Aa
#4433aa on white: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4433aa on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green20.0%
Blue66.7%
CMYK percentages
Cyan60.0%
Magenta70.0%
Yellow0.0%
Key (black)33.3%
Color previews
#4433aa text on a black background
contrast 2.30:1
Card sample
#4433aa text on a white background
contrast 9.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4433aa;
Background color
Panel with #4433aa background
background-color: #4433aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4433aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 51, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 51, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4433aa; background: linear-gradient(135deg, #4433aa, #9333AA);