#847dfd
a light, electric blue · warm · closest name: royalblue
RGB
132, 125, 253
HSL
243°, 97%, 74%
CMYK
48, 51, 0, 1
Luminance
0.2666
Every format
| HEX | #847dfd |
| RGB | rgb(132, 125, 253) |
| HSL | hsl(243, 97%, 74%) |
| CMYK | cmyk(48%, 51%, 0%, 1%) |
| LAB | lab(58.7 35.1 -63.2) |
| LCH | lch(58.7 72.3 299.0) |
| OKLCH | oklch(0.658 0.184 282.5) |
Copy-ready code
/* CSS */
color: #847dfd;
background-color: #847dfd;
/* Tailwind (arbitrary) */
class="text-[#847dfd] bg-[#847dfd]"
/* SCSS */
$brand: #847dfd;
/* SwiftUI */
Color(red: 0.518, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#847dfd")Accessibility — WCAG contrast
Aa
#847dfd on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#847dfd on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green49.0%
Blue99.2%
CMYK percentages
Cyan47.8%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#847dfd text on a black background
contrast 6.33:1
Card sample
#847dfd text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #847dfd;
Background color
Panel with #847dfd background
background-color: #847dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #847dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #847dfd; background: linear-gradient(135deg, #847dfd, #D97DFD);