#992ace
a balanced, vivid violet · warm · closest name: indigo
RGB
153, 42, 206
HSL
281°, 66%, 49%
CMYK
26, 80, 0, 19
Luminance
0.1288
Every format
| HEX | #992ace |
| RGB | rgb(153, 42, 206) |
| HSL | hsl(281, 66%, 49%) |
| CMYK | cmyk(26%, 80%, 0%, 19%) |
| LAB | lab(42.6 68.3 -62.5) |
| LCH | lch(42.6 92.6 317.5) |
| OKLCH | oklch(0.536 0.237 311.5) |
Copy-ready code
/* CSS */
color: #992ace;
background-color: #992ace;
/* Tailwind (arbitrary) */
class="text-[#992ace] bg-[#992ace]"
/* SCSS */
$brand: #992ace;
/* SwiftUI */
Color(red: 0.600, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#992ace")Accessibility — WCAG contrast
Aa
#992ace on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992ace on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green16.5%
Blue80.8%
CMYK percentages
Cyan25.7%
Magenta79.6%
Yellow0.0%
Key (black)19.2%
Color previews
#992ace text on a black background
contrast 3.58:1
Card sample
#992ace text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992ace;
Background color
Panel with #992ace background
background-color: #992ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992ace; background: linear-gradient(135deg, #992ace, #CE2A96);