#8281ff
a light, electric blue · warm · closest name: royalblue
RGB
130, 129, 255
HSL
241°, 100%, 75%
CMYK
49, 49, 0, 0
Luminance
0.2767
Every format
| HEX | #8281ff |
| RGB | rgb(130, 129, 255) |
| HSL | hsl(241, 100%, 75%) |
| CMYK | cmyk(49%, 49%, 0%, 0%) |
| LAB | lab(59.6 32.9 -62.8) |
| LCH | lch(59.6 71.0 297.7) |
| OKLCH | oklch(0.665 0.182 280.6) |
Copy-ready code
/* CSS */
color: #8281ff;
background-color: #8281ff;
/* Tailwind (arbitrary) */
class="text-[#8281ff] bg-[#8281ff]"
/* SCSS */
$brand: #8281ff;
/* SwiftUI */
Color(red: 0.510, green: 0.506, blue: 1.000)
/* Android */
Color.parseColor("#8281ff")Accessibility — WCAG contrast
Aa
#8281ff on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8281ff on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green50.6%
Blue100.0%
CMYK percentages
Cyan49.0%
Magenta49.4%
Yellow0.0%
Key (black)0.0%
Color previews
#8281ff text on a black background
contrast 6.53:1
Card sample
#8281ff text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8281ff;
Background color
Panel with #8281ff background
background-color: #8281ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8281ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 129, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 129, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8281ff; background: linear-gradient(135deg, #8281ff, #D681FF);