#4a1cdf
a balanced, electric blue · warm · closest name: blue
RGB
74, 28, 223
HSL
254°, 78%, 49%
CMYK
67, 87, 0, 13
Luminance
0.0761
Every format
| HEX | #4a1cdf |
| RGB | rgb(74, 28, 223) |
| HSL | hsl(254, 78%, 49%) |
| CMYK | cmyk(67%, 87%, 0%, 13%) |
| LAB | lab(33.2 67.3 -88.2) |
| LCH | lch(33.2 110.9 307.4) |
| OKLCH | oklch(0.455 0.258 279.5) |
Copy-ready code
/* CSS */
color: #4a1cdf;
background-color: #4a1cdf;
/* Tailwind (arbitrary) */
class="text-[#4a1cdf] bg-[#4a1cdf]"
/* SCSS */
$brand: #4a1cdf;
/* SwiftUI */
Color(red: 0.290, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#4a1cdf")Accessibility — WCAG contrast
Aa
#4a1cdf on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4a1cdf on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green11.0%
Blue87.5%
CMYK percentages
Cyan66.8%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#4a1cdf text on a black background
contrast 2.52:1
Card sample
#4a1cdf text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a1cdf;
Background color
Panel with #4a1cdf background
background-color: #4a1cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a1cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a1cdf; background: linear-gradient(135deg, #4a1cdf, #CC1CDF);