#807dfd
a light, electric blue · warm · closest name: royalblue
RGB
128, 125, 253
HSL
241°, 97%, 74%
CMYK
49, 51, 0, 1
Luminance
0.2635
Every format
| HEX | #807dfd |
| RGB | rgb(128, 125, 253) |
| HSL | hsl(241, 97%, 74%) |
| CMYK | cmyk(49%, 51%, 0%, 1%) |
| LAB | lab(58.4 34.3 -63.7) |
| LCH | lch(58.4 72.3 298.3) |
| OKLCH | oklch(0.655 0.185 281.0) |
Copy-ready code
/* CSS */
color: #807dfd;
background-color: #807dfd;
/* Tailwind (arbitrary) */
class="text-[#807dfd] bg-[#807dfd]"
/* SCSS */
$brand: #807dfd;
/* SwiftUI */
Color(red: 0.502, green: 0.490, blue: 0.992)
/* Android */
Color.parseColor("#807dfd")Accessibility — WCAG contrast
Aa
#807dfd on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#807dfd on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green49.0%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta50.6%
Yellow0.0%
Key (black)0.8%
Color previews
#807dfd text on a black background
contrast 6.27:1
Card sample
#807dfd text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #807dfd;
Background color
Panel with #807dfd background
background-color: #807dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #807dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 125, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 125, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #807dfd; background: linear-gradient(135deg, #807dfd, #D57DFD);