#4853ba
a balanced, vivid blue · warm · closest name: slateblue
RGB
72, 83, 186
HSL
234°, 45%, 51%
CMYK
61, 55, 0, 27
Luminance
0.1111
Every format
| HEX | #4853ba |
| RGB | rgb(72, 83, 186) |
| HSL | hsl(234, 45%, 51%) |
| CMYK | cmyk(61%, 55%, 0%, 27%) |
| LAB | lab(39.8 27.6 -55.9) |
| LCH | lch(39.8 62.3 296.3) |
| OKLCH | oklch(0.491 0.161 274.3) |
Copy-ready code
/* CSS */
color: #4853ba;
background-color: #4853ba;
/* Tailwind (arbitrary) */
class="text-[#4853ba] bg-[#4853ba]"
/* SCSS */
$brand: #4853ba;
/* SwiftUI */
Color(red: 0.282, green: 0.325, blue: 0.729)
/* Android */
Color.parseColor("#4853ba")Accessibility — WCAG contrast
Aa
#4853ba on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4853ba on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green32.5%
Blue72.9%
CMYK percentages
Cyan61.3%
Magenta55.4%
Yellow0.0%
Key (black)27.1%
Color previews
#4853ba text on a black background
contrast 3.22:1
Card sample
#4853ba text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4853ba;
Background color
Panel with #4853ba background
background-color: #4853ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4853ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 83, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 83, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4853ba; background: linear-gradient(135deg, #4853ba, #8948BA);