#8481eb
a light, vivid blue · warm · closest name: royalblue
RGB
132, 129, 235
HSL
242°, 73%, 71%
CMYK
44, 45, 0, 8
Luminance
0.2660
Every format
| HEX | #8481eb |
| RGB | rgb(132, 129, 235) |
| HSL | hsl(242, 73%, 71%) |
| CMYK | cmyk(44%, 45%, 0%, 8%) |
| LAB | lab(58.6 27.6 -53.3) |
| LCH | lch(58.6 60.0 297.3) |
| OKLCH | oklch(0.654 0.155 282.5) |
Copy-ready code
/* CSS */
color: #8481eb;
background-color: #8481eb;
/* Tailwind (arbitrary) */
class="text-[#8481eb] bg-[#8481eb]"
/* SCSS */
$brand: #8481eb;
/* SwiftUI */
Color(red: 0.518, green: 0.506, blue: 0.922)
/* Android */
Color.parseColor("#8481eb")Accessibility — WCAG contrast
Aa
#8481eb on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8481eb on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green50.6%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta45.1%
Yellow0.0%
Key (black)7.8%
Color previews
#8481eb text on a black background
contrast 6.32:1
Card sample
#8481eb text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8481eb;
Background color
Panel with #8481eb background
background-color: #8481eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8481eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 129, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 129, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8481eb; background: linear-gradient(135deg, #8481eb, #CB81EB);