#8177ff
a light, electric blue · warm · closest name: slateblue
RGB
129, 119, 255
HSL
244°, 100%, 73%
CMYK
49, 53, 0, 0
Luminance
0.2508
Every format
| HEX | #8177ff |
| RGB | rgb(129, 119, 255) |
| HSL | hsl(244, 100%, 73%) |
| CMYK | cmyk(49%, 53%, 0%, 0%) |
| LAB | lab(57.1 38.6 -66.8) |
| LCH | lch(57.1 77.1 300.0) |
| OKLCH | oklch(0.646 0.195 282.8) |
Copy-ready code
/* CSS */
color: #8177ff;
background-color: #8177ff;
/* Tailwind (arbitrary) */
class="text-[#8177ff] bg-[#8177ff]"
/* SCSS */
$brand: #8177ff;
/* SwiftUI */
Color(red: 0.506, green: 0.467, blue: 1.000)
/* Android */
Color.parseColor("#8177ff")Accessibility — WCAG contrast
Aa
#8177ff on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8177ff on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green46.7%
Blue100.0%
CMYK percentages
Cyan49.4%
Magenta53.3%
Yellow0.0%
Key (black)0.0%
Color previews
#8177ff text on a black background
contrast 6.02:1
Card sample
#8177ff text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8177ff;
Background color
Panel with #8177ff background
background-color: #8177ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8177ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 119, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 119, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8177ff; background: linear-gradient(135deg, #8177ff, #DC77FF);