#847fdf
a light, vivid blue · warm · closest name: slateblue
RGB
132, 127, 223
HSL
243°, 60%, 69%
CMYK
41, 43, 0, 13
Luminance
0.2541
Every format
| HEX | #847fdf |
| RGB | rgb(132, 127, 223) |
| HSL | hsl(243, 60%, 69%) |
| CMYK | cmyk(41%, 43%, 0%, 13%) |
| LAB | lab(57.5 25.3 -48.5) |
| LCH | lch(57.5 54.7 297.6) |
| OKLCH | oklch(0.643 0.141 284.1) |
Copy-ready code
/* CSS */
color: #847fdf;
background-color: #847fdf;
/* Tailwind (arbitrary) */
class="text-[#847fdf] bg-[#847fdf]"
/* SCSS */
$brand: #847fdf;
/* SwiftUI */
Color(red: 0.518, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#847fdf")Accessibility — WCAG contrast
Aa
#847fdf on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#847fdf on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green49.8%
Blue87.5%
CMYK percentages
Cyan40.8%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#847fdf text on a black background
contrast 6.08:1
Card sample
#847fdf text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #847fdf;
Background color
Panel with #847fdf background
background-color: #847fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #847fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #847fdf; background: linear-gradient(135deg, #847fdf, #C47FDF);