#925cff
a light, electric violet · warm · closest name: slateblue
RGB
146, 92, 255
HSL
260°, 100%, 68%
CMYK
43, 64, 0, 0
Luminance
0.2099
Every format
| HEX | #925cff |
| RGB | rgb(146, 92, 255) |
| HSL | hsl(260, 100%, 68%) |
| CMYK | cmyk(43%, 64%, 0%, 0%) |
| LAB | lab(52.9 56.9 -73.5) |
| LCH | lch(52.9 92.9 307.7) |
| OKLCH | oklch(0.619 0.230 293.9) |
Copy-ready code
/* CSS */
color: #925cff;
background-color: #925cff;
/* Tailwind (arbitrary) */
class="text-[#925cff] bg-[#925cff]"
/* SCSS */
$brand: #925cff;
/* SwiftUI */
Color(red: 0.573, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#925cff")Accessibility — WCAG contrast
Aa
#925cff on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#925cff on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green36.1%
Blue100.0%
CMYK percentages
Cyan42.7%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#925cff text on a black background
contrast 5.20:1
Card sample
#925cff text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #925cff;
Background color
Panel with #925cff background
background-color: #925cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #925cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #925cff; background: linear-gradient(135deg, #925cff, #FF5CFF);