#441ace
a balanced, electric blue · warm · closest name: navy
RGB
68, 26, 206
HSL
254°, 78%, 46%
CMYK
67, 87, 0, 19
Luminance
0.0642
Every format
| HEX | #441ace |
| RGB | rgb(68, 26, 206) |
| HSL | hsl(254, 78%, 46%) |
| CMYK | cmyk(67%, 87%, 0%, 19%) |
| LAB | lab(30.5 63.1 -82.8) |
| LCH | lch(30.5 104.2 307.3) |
| OKLCH | oklch(0.430 0.242 279.5) |
Copy-ready code
/* CSS */
color: #441ace;
background-color: #441ace;
/* Tailwind (arbitrary) */
class="text-[#441ace] bg-[#441ace]"
/* SCSS */
$brand: #441ace;
/* SwiftUI */
Color(red: 0.267, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#441ace")Accessibility — WCAG contrast
Aa
#441ace on white: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441ace on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green10.2%
Blue80.8%
CMYK percentages
Cyan67.0%
Magenta87.4%
Yellow0.0%
Key (black)19.2%
Color previews
#441ace text on a black background
contrast 2.28:1
Card sample
#441ace text on a white background
contrast 9.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441ace;
Background color
Panel with #441ace background
background-color: #441ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441ace; background: linear-gradient(135deg, #441ace, #BC1ACE);