#923ccc
a balanced, vivid violet · warm · closest name: slateblue
RGB
146, 60, 204
HSL
276°, 59%, 52%
CMYK
28, 71, 0, 20
Luminance
0.1370
Every format
| HEX | #923ccc |
| RGB | rgb(146, 60, 204) |
| HSL | hsl(276, 59%, 52%) |
| CMYK | cmyk(28%, 71%, 0%, 20%) |
| LAB | lab(43.8 59.9 -59.5) |
| LCH | lch(43.8 84.4 315.2) |
| OKLCH | oklch(0.542 0.214 308.1) |
Copy-ready code
/* CSS */
color: #923ccc;
background-color: #923ccc;
/* Tailwind (arbitrary) */
class="text-[#923ccc] bg-[#923ccc]"
/* SCSS */
$brand: #923ccc;
/* SwiftUI */
Color(red: 0.573, green: 0.235, blue: 0.800)
/* Android */
Color.parseColor("#923ccc")Accessibility — WCAG contrast
Aa
#923ccc on white: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#923ccc on black: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green23.5%
Blue80.0%
CMYK percentages
Cyan28.4%
Magenta70.6%
Yellow0.0%
Key (black)20.0%
Color previews
#923ccc text on a black background
contrast 3.74:1
Card sample
#923ccc text on a white background
contrast 5.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #923ccc;
Background color
Panel with #923ccc background
background-color: #923ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #923ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 60, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 60, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #923ccc; background: linear-gradient(135deg, #923ccc, #CC3CA6);