#807cd3
a light, vivid blue · warm · closest name: slateblue
RGB
128, 124, 211
HSL
243°, 50%, 66%
CMYK
39, 41, 0, 17
Luminance
0.2371
Every format
| HEX | #807cd3 |
| RGB | rgb(128, 124, 211) |
| HSL | hsl(243, 50%, 66%) |
| CMYK | cmyk(39%, 41%, 0%, 17%) |
| LAB | lab(55.8 22.7 -44.4) |
| LCH | lch(55.8 49.9 297.1) |
| OKLCH | oklch(0.628 0.129 284.1) |
Copy-ready code
/* CSS */
color: #807cd3;
background-color: #807cd3;
/* Tailwind (arbitrary) */
class="text-[#807cd3] bg-[#807cd3]"
/* SCSS */
$brand: #807cd3;
/* SwiftUI */
Color(red: 0.502, green: 0.486, blue: 0.827)
/* Android */
Color.parseColor("#807cd3")Accessibility — WCAG contrast
Aa
#807cd3 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#807cd3 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green48.6%
Blue82.7%
CMYK percentages
Cyan39.3%
Magenta41.2%
Yellow0.0%
Key (black)17.3%
Color previews
#807cd3 text on a black background
contrast 5.74:1
Card sample
#807cd3 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #807cd3;
Background color
Panel with #807cd3 background
background-color: #807cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #807cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 124, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 124, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #807cd3; background: linear-gradient(135deg, #807cd3, #BA7CD3);