#4417b5
a dark, electric violet · warm · closest name: navy
RGB
68, 23, 181
HSL
257°, 78%, 40%
CMYK
62, 87, 0, 29
Luminance
0.0518
Every format
| HEX | #4417b5 |
| RGB | rgb(68, 23, 181) |
| HSL | hsl(257, 78%, 40%) |
| CMYK | cmyk(62%, 87%, 0%, 29%) |
| LAB | lab(27.2 57.5 -73.5) |
| LCH | lch(27.2 93.3 308.1) |
| OKLCH | oklch(0.399 0.218 283.4) |
Copy-ready code
/* CSS */
color: #4417b5;
background-color: #4417b5;
/* Tailwind (arbitrary) */
class="text-[#4417b5] bg-[#4417b5]"
/* SCSS */
$brand: #4417b5;
/* SwiftUI */
Color(red: 0.267, green: 0.090, blue: 0.710)
/* Android */
Color.parseColor("#4417b5")Accessibility — WCAG contrast
Aa
#4417b5 on white: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4417b5 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green9.0%
Blue71.0%
CMYK percentages
Cyan62.4%
Magenta87.3%
Yellow0.0%
Key (black)29.0%
Color previews
#4417b5 text on a black background
contrast 2.04:1
Card sample
#4417b5 text on a white background
contrast 10.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4417b5;
Background color
Panel with #4417b5 background
background-color: #4417b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4417b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 23, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 23, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4417b5; background: linear-gradient(135deg, #4417b5, #AD17B5);