#4412ba
a dark, electric violet · warm · closest name: navy
RGB
68, 18, 186
HSL
258°, 82%, 40%
CMYK
63, 90, 0, 27
Luminance
0.0521
Every format
| HEX | #4412ba |
| RGB | rgb(68, 18, 186) |
| HSL | hsl(258, 82%, 40%) |
| CMYK | cmyk(63%, 90%, 0%, 27%) |
| LAB | lab(27.3 60.3 -76.3) |
| LCH | lch(27.3 97.3 308.3) |
| OKLCH | oklch(0.402 0.226 282.9) |
Copy-ready code
/* CSS */
color: #4412ba;
background-color: #4412ba;
/* Tailwind (arbitrary) */
class="text-[#4412ba] bg-[#4412ba]"
/* SCSS */
$brand: #4412ba;
/* SwiftUI */
Color(red: 0.267, green: 0.071, blue: 0.729)
/* Android */
Color.parseColor("#4412ba")Accessibility — WCAG contrast
Aa
#4412ba on white: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4412ba on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green7.1%
Blue72.9%
CMYK percentages
Cyan63.4%
Magenta90.3%
Yellow0.0%
Key (black)27.1%
Color previews
#4412ba text on a black background
contrast 2.04:1
Card sample
#4412ba text on a white background
contrast 10.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4412ba;
Background color
Panel with #4412ba background
background-color: #4412ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4412ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 18, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 18, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4412ba; background: linear-gradient(135deg, #4412ba, #B412BA);