#8985eb
a light, vivid blue · warm · closest name: royalblue
RGB
137, 133, 235
HSL
242°, 72%, 72%
CMYK
42, 43, 0, 8
Luminance
0.2809
Every format
| HEX | #8985eb |
| RGB | rgb(137, 133, 235) |
| HSL | hsl(242, 72%, 72%) |
| CMYK | cmyk(42%, 43%, 0%, 8%) |
| LAB | lab(60.0 26.4 -51.1) |
| LCH | lch(60.0 57.6 297.3) |
| OKLCH | oklch(0.665 0.148 283.4) |
Copy-ready code
/* CSS */
color: #8985eb;
background-color: #8985eb;
/* Tailwind (arbitrary) */
class="text-[#8985eb] bg-[#8985eb]"
/* SCSS */
$brand: #8985eb;
/* SwiftUI */
Color(red: 0.537, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#8985eb")Accessibility — WCAG contrast
Aa
#8985eb on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8985eb on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green52.2%
Blue92.2%
CMYK percentages
Cyan41.7%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#8985eb text on a black background
contrast 6.62:1
Card sample
#8985eb text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8985eb;
Background color
Panel with #8985eb background
background-color: #8985eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8985eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8985eb; background: linear-gradient(135deg, #8985eb, #CD85EB);