#4855cb
a balanced, vivid blue · warm · closest name: slateblue
RGB
72, 85, 203
HSL
234°, 56%, 54%
CMYK
65, 58, 0, 20
Luminance
0.1219
Every format
| HEX | #4855cb |
| RGB | rgb(72, 85, 203) |
| HSL | hsl(234, 56%, 54%) |
| CMYK | cmyk(65%, 58%, 0%, 20%) |
| LAB | lab(41.5 32.1 -62.9) |
| LCH | lch(41.5 70.7 297.1) |
| OKLCH | oklch(0.508 0.181 273.3) |
Copy-ready code
/* CSS */
color: #4855cb;
background-color: #4855cb;
/* Tailwind (arbitrary) */
class="text-[#4855cb] bg-[#4855cb]"
/* SCSS */
$brand: #4855cb;
/* SwiftUI */
Color(red: 0.282, green: 0.333, blue: 0.796)
/* Android */
Color.parseColor("#4855cb")Accessibility — WCAG contrast
Aa
#4855cb on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4855cb on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green33.3%
Blue79.6%
CMYK percentages
Cyan64.5%
Magenta58.1%
Yellow0.0%
Key (black)20.4%
Color previews
#4855cb text on a black background
contrast 3.44:1
Card sample
#4855cb text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4855cb;
Background color
Panel with #4855cb background
background-color: #4855cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4855cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 85, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 85, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4855cb; background: linear-gradient(135deg, #4855cb, #9248CB);