#8482eb
a light, vivid blue · warm · closest name: royalblue
RGB
132, 130, 235
HSL
241°, 72%, 72%
CMYK
44, 45, 0, 8
Luminance
0.2687
Every format
| HEX | #8482eb |
| RGB | rgb(132, 130, 235) |
| HSL | hsl(241, 72%, 72%) |
| CMYK | cmyk(44%, 45%, 0%, 8%) |
| LAB | lab(58.9 27.0 -53.0) |
| LCH | lch(58.9 59.4 297.0) |
| OKLCH | oklch(0.656 0.153 282.2) |
Copy-ready code
/* CSS */
color: #8482eb;
background-color: #8482eb;
/* Tailwind (arbitrary) */
class="text-[#8482eb] bg-[#8482eb]"
/* SCSS */
$brand: #8482eb;
/* SwiftUI */
Color(red: 0.518, green: 0.510, blue: 0.922)
/* Android */
Color.parseColor("#8482eb")Accessibility — WCAG contrast
Aa
#8482eb on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8482eb on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green51.0%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta44.7%
Yellow0.0%
Key (black)7.8%
Color previews
#8482eb text on a black background
contrast 6.37:1
Card sample
#8482eb text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8482eb;
Background color
Panel with #8482eb background
background-color: #8482eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8482eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 130, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 130, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8482eb; background: linear-gradient(135deg, #8482eb, #CA82EB);