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