#816cfd
a light, electric blue · warm · closest name: slateblue
RGB
129, 108, 253
HSL
249°, 97%, 71%
CMYK
49, 57, 0, 1
Luminance
0.2248
Every format
| HEX | #816cfd |
| RGB | rgb(129, 108, 253) |
| HSL | hsl(249, 97%, 71%) |
| CMYK | cmyk(49%, 57%, 0%, 1%) |
| LAB | lab(54.5 44.3 -69.9) |
| LCH | lch(54.5 82.7 302.4) |
| OKLCH | oklch(0.626 0.207 285.3) |
Copy-ready code
/* CSS */
color: #816cfd;
background-color: #816cfd;
/* Tailwind (arbitrary) */
class="text-[#816cfd] bg-[#816cfd]"
/* SCSS */
$brand: #816cfd;
/* SwiftUI */
Color(red: 0.506, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#816cfd")Accessibility — WCAG contrast
Aa
#816cfd on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#816cfd on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green42.4%
Blue99.2%
CMYK percentages
Cyan49.0%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#816cfd text on a black background
contrast 5.50:1
Card sample
#816cfd text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #816cfd;
Background color
Panel with #816cfd background
background-color: #816cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #816cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #816cfd; background: linear-gradient(135deg, #816cfd, #E26CFD);