#4841cd
a balanced, vivid blue · warm · closest name: slateblue
RGB
72, 65, 205
HSL
243°, 58%, 53%
CMYK
65, 68, 0, 20
Luminance
0.0957
Every format
| HEX | #4841cd |
| RGB | rgb(72, 65, 205) |
| HSL | hsl(243, 58%, 53%) |
| CMYK | cmyk(65%, 68%, 0%, 20%) |
| LAB | lab(37.0 45.0 -71.4) |
| LCH | lch(37.0 84.4 302.2) |
| OKLCH | oklch(0.476 0.208 277.2) |
Copy-ready code
/* CSS */
color: #4841cd;
background-color: #4841cd;
/* Tailwind (arbitrary) */
class="text-[#4841cd] bg-[#4841cd]"
/* SCSS */
$brand: #4841cd;
/* SwiftUI */
Color(red: 0.282, green: 0.255, blue: 0.804)
/* Android */
Color.parseColor("#4841cd")Accessibility — WCAG contrast
Aa
#4841cd on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4841cd on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green25.5%
Blue80.4%
CMYK percentages
Cyan64.9%
Magenta68.3%
Yellow0.0%
Key (black)19.6%
Color previews
#4841cd text on a black background
contrast 2.91:1
Card sample
#4841cd text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4841cd;
Background color
Panel with #4841cd background
background-color: #4841cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4841cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 65, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 65, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4841cd; background: linear-gradient(135deg, #4841cd, #A541CD);