#4400aa
a dark, electric violet · warm · closest name: navy
RGB
68, 0, 170
HSL
264°, 100%, 33%
CMYK
60, 100, 0, 33
Luminance
0.0413
Every format
| HEX | #4400aa |
| RGB | rgb(68, 0, 170) |
| HSL | hsl(264, 100%, 33%) |
| CMYK | cmyk(60%, 100%, 0%, 33%) |
| LAB | lab(24.1 60.3 -72.1) |
| LCH | lch(24.1 94.0 309.9) |
| OKLCH | oklch(0.375 0.216 286.7) |
Copy-ready code
/* CSS */
color: #4400aa;
background-color: #4400aa;
/* Tailwind (arbitrary) */
class="text-[#4400aa] bg-[#4400aa]"
/* SCSS */
$brand: #4400aa;
/* SwiftUI */
Color(red: 0.267, green: 0.000, blue: 0.667)
/* Android */
Color.parseColor("#4400aa")Accessibility — WCAG contrast
Aa
#4400aa on white: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4400aa on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green0.0%
Blue66.7%
CMYK percentages
Cyan60.0%
Magenta100.0%
Yellow0.0%
Key (black)33.3%
Color previews
#4400aa text on a black background
contrast 1.83:1
Card sample
#4400aa text on a white background
contrast 11.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4400aa;
Background color
Panel with #4400aa background
background-color: #4400aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4400aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 0, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 0, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4400aa; background: linear-gradient(135deg, #4400aa, #AA009F);