#4841af
a balanced, vivid blue · warm · closest name: slateblue
RGB
72, 65, 175
HSL
244°, 46%, 47%
CMYK
59, 63, 0, 31
Luminance
0.0825
Every format
| HEX | #4841af |
| RGB | rgb(72, 65, 175) |
| HSL | hsl(244, 46%, 47%) |
| CMYK | cmyk(59%, 63%, 0%, 31%) |
| LAB | lab(34.5 35.2 -57.9) |
| LCH | lch(34.5 67.8 301.3) |
| OKLCH | oklch(0.450 0.169 280.0) |
Copy-ready code
/* CSS */
color: #4841af;
background-color: #4841af;
/* Tailwind (arbitrary) */
class="text-[#4841af] bg-[#4841af]"
/* SCSS */
$brand: #4841af;
/* SwiftUI */
Color(red: 0.282, green: 0.255, blue: 0.686)
/* Android */
Color.parseColor("#4841af")Accessibility — WCAG contrast
Aa
#4841af on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4841af on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green25.5%
Blue68.6%
CMYK percentages
Cyan58.9%
Magenta62.9%
Yellow0.0%
Key (black)31.4%
Color previews
#4841af text on a black background
contrast 2.65:1
Card sample
#4841af text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4841af;
Background color
Panel with #4841af background
background-color: #4841af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4841af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 65, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 65, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4841af; background: linear-gradient(135deg, #4841af, #9141AF);