#4a3cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
74, 60, 223
HSL
245°, 72%, 56%
CMYK
67, 73, 0, 13
Luminance
0.1002
Every format
| HEX | #4a3cdf |
| RGB | rgb(74, 60, 223) |
| HSL | hsl(245, 72%, 56%) |
| CMYK | cmyk(67%, 73%, 0%, 13%) |
| LAB | lab(37.9 53.6 -80.4) |
| LCH | lch(37.9 96.6 303.7) |
| OKLCH | oklch(0.488 0.234 277.1) |
Copy-ready code
/* CSS */
color: #4a3cdf;
background-color: #4a3cdf;
/* Tailwind (arbitrary) */
class="text-[#4a3cdf] bg-[#4a3cdf]"
/* SCSS */
$brand: #4a3cdf;
/* SwiftUI */
Color(red: 0.290, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#4a3cdf")Accessibility — WCAG contrast
Aa
#4a3cdf on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4a3cdf on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green23.5%
Blue87.5%
CMYK percentages
Cyan66.8%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#4a3cdf text on a black background
contrast 3.00:1
Card sample
#4a3cdf text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4a3cdf;
Background color
Panel with #4a3cdf background
background-color: #4a3cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4a3cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4a3cdf; background: linear-gradient(135deg, #4a3cdf, #B73CDF);