#848ffb
a light, electric blue · warm · closest name: dodgerblue
RGB
132, 143, 251
HSL
235°, 94%, 75%
CMYK
47, 43, 0, 2
Luminance
0.3152
Every format
| HEX | #848ffb |
| RGB | rgb(132, 143, 251) |
| HSL | hsl(235, 94%, 75%) |
| CMYK | cmyk(47%, 43%, 0%, 2%) |
| LAB | lab(62.9 24.0 -55.3) |
| LCH | lch(62.9 60.3 293.5) |
| OKLCH | oklch(0.690 0.158 277.0) |
Copy-ready code
/* CSS */
color: #848ffb;
background-color: #848ffb;
/* Tailwind (arbitrary) */
class="text-[#848ffb] bg-[#848ffb]"
/* SCSS */
$brand: #848ffb;
/* SwiftUI */
Color(red: 0.518, green: 0.561, blue: 0.984)
/* Android */
Color.parseColor("#848ffb")Accessibility — WCAG contrast
Aa
#848ffb on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#848ffb on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green56.1%
Blue98.4%
CMYK percentages
Cyan47.4%
Magenta43.0%
Yellow0.0%
Key (black)1.6%
Color previews
#848ffb text on a black background
contrast 7.30:1
Card sample
#848ffb text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #848ffb;
Background color
Panel with #848ffb background
background-color: #848ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #848ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 143, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 143, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #848ffb; background: linear-gradient(135deg, #848ffb, #C884FB);