#937df2
a light, electric blue · warm · closest name: slateblue
RGB
147, 125, 242
HSL
251°, 82%, 72%
CMYK
39, 48, 0, 5
Luminance
0.2728
Every format
| HEX | #937df2 |
| RGB | rgb(147, 125, 242) |
| HSL | hsl(251, 82%, 72%) |
| CMYK | cmyk(39%, 48%, 0%, 5%) |
| LAB | lab(59.2 35.4 -56.1) |
| LCH | lch(59.2 66.4 302.3) |
| OKLCH | oklch(0.663 0.169 289.6) |
Copy-ready code
/* CSS */
color: #937df2;
background-color: #937df2;
/* Tailwind (arbitrary) */
class="text-[#937df2] bg-[#937df2]"
/* SCSS */
$brand: #937df2;
/* SwiftUI */
Color(red: 0.576, green: 0.490, blue: 0.949)
/* Android */
Color.parseColor("#937df2")Accessibility — WCAG contrast
Aa
#937df2 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#937df2 on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green49.0%
Blue94.9%
CMYK percentages
Cyan39.3%
Magenta48.3%
Yellow0.0%
Key (black)5.1%
Color previews
#937df2 text on a black background
contrast 6.46:1
Card sample
#937df2 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #937df2;
Background color
Panel with #937df2 background
background-color: #937df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #937df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 125, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 125, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #937df2; background: linear-gradient(135deg, #937df2, #E17DF2);