#848cd1
a light, vivid blue · warm · closest name: steelblue
RGB
132, 140, 209
HSL
234°, 46%, 67%
CMYK
37, 33, 0, 18
Luminance
0.2827
Every format
| HEX | #848cd1 |
| RGB | rgb(132, 140, 209) |
| HSL | hsl(234, 46%, 67%) |
| CMYK | cmyk(37%, 33%, 0%, 18%) |
| LAB | lab(60.1 13.8 -36.4) |
| LCH | lch(60.1 39.0 290.8) |
| OKLCH | oklch(0.661 0.103 278.1) |
Copy-ready code
/* CSS */
color: #848cd1;
background-color: #848cd1;
/* Tailwind (arbitrary) */
class="text-[#848cd1] bg-[#848cd1]"
/* SCSS */
$brand: #848cd1;
/* SwiftUI */
Color(red: 0.518, green: 0.549, blue: 0.820)
/* Android */
Color.parseColor("#848cd1")Accessibility — WCAG contrast
Aa
#848cd1 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#848cd1 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green54.9%
Blue82.0%
CMYK percentages
Cyan36.8%
Magenta33.0%
Yellow0.0%
Key (black)18.0%
Color previews
#848cd1 text on a black background
contrast 6.65:1
Card sample
#848cd1 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #848cd1;
Background color
Panel with #848cd1 background
background-color: #848cd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #848cd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 140, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 140, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #848cd1; background: linear-gradient(135deg, #848cd1, #AF84D1);