#441eb4
a dark, vivid violet · warm · closest name: navy
RGB
68, 30, 180
HSL
255°, 71%, 41%
CMYK
62, 83, 0, 29
Luminance
0.0545
Every format
| HEX | #441eb4 |
| RGB | rgb(68, 30, 180) |
| HSL | hsl(255, 71%, 41%) |
| CMYK | cmyk(62%, 83%, 0%, 29%) |
| LAB | lab(28.0 54.7 -71.6) |
| LCH | lch(28.0 90.1 307.4) |
| OKLCH | oklch(0.404 0.212 283.1) |
Copy-ready code
/* CSS */
color: #441eb4;
background-color: #441eb4;
/* Tailwind (arbitrary) */
class="text-[#441eb4] bg-[#441eb4]"
/* SCSS */
$brand: #441eb4;
/* SwiftUI */
Color(red: 0.267, green: 0.118, blue: 0.706)
/* Android */
Color.parseColor("#441eb4")Accessibility — WCAG contrast
Aa
#441eb4 on white: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441eb4 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green11.8%
Blue70.6%
CMYK percentages
Cyan62.2%
Magenta83.3%
Yellow0.0%
Key (black)29.4%
Color previews
#441eb4 text on a black background
contrast 2.09:1
Card sample
#441eb4 text on a white background
contrast 10.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441eb4;
Background color
Panel with #441eb4 background
background-color: #441eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 30, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 30, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441eb4; background: linear-gradient(135deg, #441eb4, #A81EB4);