#925eee
a light, electric violet · warm · closest name: slateblue
RGB
146, 94, 238
HSL
262°, 81%, 65%
CMYK
39, 61, 0, 7
Luminance
0.2029
Every format
| HEX | #925eee |
| RGB | rgb(146, 94, 238) |
| HSL | hsl(262, 81%, 65%) |
| CMYK | cmyk(39%, 61%, 0%, 7%) |
| LAB | lab(52.2 51.4 -65.3) |
| LCH | lch(52.2 83.1 308.2) |
| OKLCH | oklch(0.610 0.207 296.4) |
Copy-ready code
/* CSS */
color: #925eee;
background-color: #925eee;
/* Tailwind (arbitrary) */
class="text-[#925eee] bg-[#925eee]"
/* SCSS */
$brand: #925eee;
/* SwiftUI */
Color(red: 0.573, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#925eee")Accessibility — WCAG contrast
Aa
#925eee on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#925eee on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green36.9%
Blue93.3%
CMYK percentages
Cyan38.7%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#925eee text on a black background
contrast 5.06:1
Card sample
#925eee text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #925eee;
Background color
Panel with #925eee background
background-color: #925eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #925eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #925eee; background: linear-gradient(135deg, #925eee, #EE5EEA);