#441cdf
a balanced, electric blue · warm · closest name: blue
RGB
68, 28, 223
HSL
252°, 78%, 49%
CMYK
70, 87, 0, 13
Luminance
0.0739
Every format
| HEX | #441cdf |
| RGB | rgb(68, 28, 223) |
| HSL | hsl(252, 78%, 49%) |
| CMYK | cmyk(70%, 87%, 0%, 13%) |
| LAB | lab(32.7 67.0 -89.0) |
| LCH | lch(32.7 111.4 306.9) |
| OKLCH | oklch(0.450 0.259 277.4) |
Copy-ready code
/* CSS */
color: #441cdf;
background-color: #441cdf;
/* Tailwind (arbitrary) */
class="text-[#441cdf] bg-[#441cdf]"
/* SCSS */
$brand: #441cdf;
/* SwiftUI */
Color(red: 0.267, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#441cdf")Accessibility — WCAG contrast
Aa
#441cdf on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441cdf on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green11.0%
Blue87.5%
CMYK percentages
Cyan69.5%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#441cdf text on a black background
contrast 2.48:1
Card sample
#441cdf text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441cdf;
Background color
Panel with #441cdf background
background-color: #441cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441cdf; background: linear-gradient(135deg, #441cdf, #C61CDF);