#992ad5
a balanced, vivid violet · warm · closest name: indigo
RGB
153, 42, 213
HSL
279°, 67%, 50%
CMYK
28, 80, 0, 17
Luminance
0.1323
Every format
| HEX | #992ad5 |
| RGB | rgb(153, 42, 213) |
| HSL | hsl(279, 67%, 50%) |
| CMYK | cmyk(28%, 80%, 0%, 17%) |
| LAB | lab(43.1 69.7 -65.7) |
| LCH | lch(43.1 95.8 316.7) |
| OKLCH | oklch(0.541 0.243 309.7) |
Copy-ready code
/* CSS */
color: #992ad5;
background-color: #992ad5;
/* Tailwind (arbitrary) */
class="text-[#992ad5] bg-[#992ad5]"
/* SCSS */
$brand: #992ad5;
/* SwiftUI */
Color(red: 0.600, green: 0.165, blue: 0.835)
/* Android */
Color.parseColor("#992ad5")Accessibility — WCAG contrast
Aa
#992ad5 on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992ad5 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green16.5%
Blue83.5%
CMYK percentages
Cyan28.2%
Magenta80.3%
Yellow0.0%
Key (black)16.5%
Color previews
#992ad5 text on a black background
contrast 3.65:1
Card sample
#992ad5 text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992ad5;
Background color
Panel with #992ad5 background
background-color: #992ad5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992ad5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 42, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 42, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992ad5; background: linear-gradient(135deg, #992ad5, #D52A9F);