#441cd2
a balanced, electric blue · warm · closest name: blue
RGB
68, 28, 210
HSL
253°, 77%, 47%
CMYK
68, 87, 0, 18
Luminance
0.0671
Every format
| HEX | #441cd2 |
| RGB | rgb(68, 28, 210) |
| HSL | hsl(253, 77%, 47%) |
| CMYK | cmyk(68%, 87%, 0%, 18%) |
| LAB | lab(31.1 63.5 -84.0) |
| LCH | lch(31.1 105.3 307.1) |
| OKLCH | oklch(0.436 0.246 278.9) |
Copy-ready code
/* CSS */
color: #441cd2;
background-color: #441cd2;
/* Tailwind (arbitrary) */
class="text-[#441cd2] bg-[#441cd2]"
/* SCSS */
$brand: #441cd2;
/* SwiftUI */
Color(red: 0.267, green: 0.110, blue: 0.824)
/* Android */
Color.parseColor("#441cd2")Accessibility — WCAG contrast
Aa
#441cd2 on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441cd2 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green11.0%
Blue82.4%
CMYK percentages
Cyan67.6%
Magenta86.7%
Yellow0.0%
Key (black)17.6%
Color previews
#441cd2 text on a black background
contrast 2.34:1
Card sample
#441cd2 text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441cd2;
Background color
Panel with #441cd2 background
background-color: #441cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 28, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 28, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441cd2; background: linear-gradient(135deg, #441cd2, #BE1CD2);