#817cff
a light, electric blue · warm · closest name: royalblue
RGB
129, 124, 255
HSL
242°, 100%, 74%
CMYK
49, 51, 0, 0
Luminance
0.2630
Every format
| HEX | #817cff |
| RGB | rgb(129, 124, 255) |
| HSL | hsl(242, 100%, 74%) |
| CMYK | cmyk(49%, 51%, 0%, 0%) |
| LAB | lab(58.3 35.6 -64.9) |
| LCH | lch(58.3 74.0 298.8) |
| OKLCH | oklch(0.655 0.189 281.6) |
Copy-ready code
/* CSS */
color: #817cff;
background-color: #817cff;
/* Tailwind (arbitrary) */
class="text-[#817cff] bg-[#817cff]"
/* SCSS */
$brand: #817cff;
/* SwiftUI */
Color(red: 0.506, green: 0.486, blue: 1.000)
/* Android */
Color.parseColor("#817cff")Accessibility — WCAG contrast
Aa
#817cff on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#817cff on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green48.6%
Blue100.0%
CMYK percentages
Cyan49.4%
Magenta51.4%
Yellow0.0%
Key (black)0.0%
Color previews
#817cff text on a black background
contrast 6.26:1
Card sample
#817cff text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #817cff;
Background color
Panel with #817cff background
background-color: #817cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #817cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 124, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 124, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #817cff; background: linear-gradient(135deg, #817cff, #D87CFF);