#817fff
a light, electric blue · warm · closest name: royalblue
RGB
129, 127, 255
HSL
241°, 100%, 75%
CMYK
49, 50, 0, 0
Luminance
0.2707
Every format
| HEX | #817fff |
| RGB | rgb(129, 127, 255) |
| HSL | hsl(241, 100%, 75%) |
| CMYK | cmyk(49%, 50%, 0%, 0%) |
| LAB | lab(59.0 33.9 -63.7) |
| LCH | lch(59.0 72.2 298.0) |
| OKLCH | oklch(0.660 0.185 280.8) |
Copy-ready code
/* CSS */
color: #817fff;
background-color: #817fff;
/* Tailwind (arbitrary) */
class="text-[#817fff] bg-[#817fff]"
/* SCSS */
$brand: #817fff;
/* SwiftUI */
Color(red: 0.506, green: 0.498, blue: 1.000)
/* Android */
Color.parseColor("#817fff")Accessibility — WCAG contrast
Aa
#817fff on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#817fff on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green49.8%
Blue100.0%
CMYK percentages
Cyan49.4%
Magenta50.2%
Yellow0.0%
Key (black)0.0%
Color previews
#817fff text on a black background
contrast 6.41:1
Card sample
#817fff text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #817fff;
Background color
Panel with #817fff background
background-color: #817fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #817fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 127, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 127, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #817fff; background: linear-gradient(135deg, #817fff, #D67FFF);