#926cd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
146, 108, 211
HSL
262°, 54%, 63%
CMYK
31, 49, 0, 17
Luminance
0.2154
Every format
| HEX | #926cd3 |
| RGB | rgb(146, 108, 211) |
| HSL | hsl(262, 54%, 63%) |
| CMYK | cmyk(31%, 49%, 0%, 17%) |
| LAB | lab(53.5 36.8 -47.9) |
| LCH | lch(53.5 60.4 307.5) |
| OKLCH | oklch(0.615 0.154 298.8) |
Copy-ready code
/* CSS */
color: #926cd3;
background-color: #926cd3;
/* Tailwind (arbitrary) */
class="text-[#926cd3] bg-[#926cd3]"
/* SCSS */
$brand: #926cd3;
/* SwiftUI */
Color(red: 0.573, green: 0.424, blue: 0.827)
/* Android */
Color.parseColor("#926cd3")Accessibility — WCAG contrast
Aa
#926cd3 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#926cd3 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green42.4%
Blue82.7%
CMYK percentages
Cyan30.8%
Magenta48.8%
Yellow0.0%
Key (black)17.3%
Color previews
#926cd3 text on a black background
contrast 5.31:1
Card sample
#926cd3 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #926cd3;
Background color
Panel with #926cd3 background
background-color: #926cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #926cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 108, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 108, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #926cd3; background: linear-gradient(135deg, #926cd3, #D36CCF);