#927ccf
a balanced, vivid violet · warm · closest name: slateblue
RGB
146, 124, 207
HSL
256°, 46%, 65%
CMYK
30, 40, 0, 19
Luminance
0.2503
Every format
| HEX | #927ccf |
| RGB | rgb(146, 124, 207) |
| HSL | hsl(256, 46%, 65%) |
| CMYK | cmyk(30%, 40%, 0%, 19%) |
| LAB | lab(57.1 26.5 -40.0) |
| LCH | lch(57.1 48.0 303.6) |
| OKLCH | oklch(0.641 0.123 294.9) |
Copy-ready code
/* CSS */
color: #927ccf;
background-color: #927ccf;
/* Tailwind (arbitrary) */
class="text-[#927ccf] bg-[#927ccf]"
/* SCSS */
$brand: #927ccf;
/* SwiftUI */
Color(red: 0.573, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#927ccf")Accessibility — WCAG contrast
Aa
#927ccf on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#927ccf on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green48.6%
Blue81.2%
CMYK percentages
Cyan29.5%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#927ccf text on a black background
contrast 6.01:1
Card sample
#927ccf text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #927ccf;
Background color
Panel with #927ccf background
background-color: #927ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #927ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #927ccf; background: linear-gradient(135deg, #927ccf, #C97CCF);