#807bc9
a balanced, soft blue · warm · closest name: slateblue
RGB
128, 123, 201
HSL
244°, 42%, 64%
CMYK
36, 39, 0, 21
Luminance
0.2297
Every format
| HEX | #807bc9 |
| RGB | rgb(128, 123, 201) |
| HSL | hsl(244, 42%, 64%) |
| CMYK | cmyk(36%, 39%, 0%, 21%) |
| LAB | lab(55.0 20.5 -39.9) |
| LCH | lch(55.0 44.9 297.2) |
| OKLCH | oklch(0.620 0.116 285.4) |
Copy-ready code
/* CSS */
color: #807bc9;
background-color: #807bc9;
/* Tailwind (arbitrary) */
class="text-[#807bc9] bg-[#807bc9]"
/* SCSS */
$brand: #807bc9;
/* SwiftUI */
Color(red: 0.502, green: 0.482, blue: 0.788)
/* Android */
Color.parseColor("#807bc9")Accessibility — WCAG contrast
Aa
#807bc9 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#807bc9 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green48.2%
Blue78.8%
CMYK percentages
Cyan36.3%
Magenta38.8%
Yellow0.0%
Key (black)21.2%
Color previews
#807bc9 text on a black background
contrast 5.59:1
Card sample
#807bc9 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #807bc9;
Background color
Panel with #807bc9 background
background-color: #807bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #807bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 123, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 123, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #807bc9; background: linear-gradient(135deg, #807bc9, #B47BC9);