#4402ac
a dark, electric violet · warm · closest name: navy
RGB
68, 2, 172
HSL
263°, 98%, 34%
CMYK
61, 99, 0, 33
Luminance
0.0425
Every format
| HEX | #4402ac |
| RGB | rgb(68, 2, 172) |
| HSL | hsl(263, 98%, 34%) |
| CMYK | cmyk(61%, 99%, 0%, 33%) |
| LAB | lab(24.5 60.4 -72.6) |
| LCH | lch(24.5 94.4 309.7) |
| OKLCH | oklch(0.378 0.218 286.1) |
Copy-ready code
/* CSS */
color: #4402ac;
background-color: #4402ac;
/* Tailwind (arbitrary) */
class="text-[#4402ac] bg-[#4402ac]"
/* SCSS */
$brand: #4402ac;
/* SwiftUI */
Color(red: 0.267, green: 0.008, blue: 0.675)
/* Android */
Color.parseColor("#4402ac")Accessibility — WCAG contrast
Aa
#4402ac on white: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4402ac on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green0.8%
Blue67.5%
CMYK percentages
Cyan60.5%
Magenta98.8%
Yellow0.0%
Key (black)32.5%
Color previews
#4402ac text on a black background
contrast 1.85:1
Card sample
#4402ac text on a white background
contrast 11.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4402ac;
Background color
Panel with #4402ac background
background-color: #4402ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4402ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 2, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 2, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4402ac; background: linear-gradient(135deg, #4402ac, #AC02A3);