#4841cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
72, 65, 207
HSL
243°, 60%, 53%
CMYK
65, 69, 0, 19
Luminance
0.0966
Every format
| HEX | #4841cf |
| RGB | rgb(72, 65, 207) |
| HSL | hsl(243, 60%, 53%) |
| CMYK | cmyk(65%, 69%, 0%, 19%) |
| LAB | lab(37.2 45.6 -72.2) |
| LCH | lch(37.2 85.4 302.3) |
| OKLCH | oklch(0.478 0.210 277.1) |
Copy-ready code
/* CSS */
color: #4841cf;
background-color: #4841cf;
/* Tailwind (arbitrary) */
class="text-[#4841cf] bg-[#4841cf]"
/* SCSS */
$brand: #4841cf;
/* SwiftUI */
Color(red: 0.282, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#4841cf")Accessibility — WCAG contrast
Aa
#4841cf on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4841cf on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green25.5%
Blue81.2%
CMYK percentages
Cyan65.2%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#4841cf text on a black background
contrast 2.93:1
Card sample
#4841cf text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4841cf;
Background color
Panel with #4841cf background
background-color: #4841cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4841cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4841cf; background: linear-gradient(135deg, #4841cf, #A741CF);