#992abf
a balanced, vivid violet · warm · closest name: purple
RGB
153, 42, 191
HSL
285°, 64%, 46%
CMYK
20, 78, 0, 25
Luminance
0.1219
Every format
| HEX | #992abf |
| RGB | rgb(153, 42, 191) |
| HSL | hsl(285, 64%, 46%) |
| CMYK | cmyk(20%, 78%, 0%, 25%) |
| LAB | lab(41.5 65.3 -55.5) |
| LCH | lch(41.5 85.7 319.6) |
| OKLCH | oklch(0.525 0.224 315.5) |
Copy-ready code
/* CSS */
color: #992abf;
background-color: #992abf;
/* Tailwind (arbitrary) */
class="text-[#992abf] bg-[#992abf]"
/* SCSS */
$brand: #992abf;
/* SwiftUI */
Color(red: 0.600, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#992abf")Accessibility — WCAG contrast
Aa
#992abf on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992abf on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green16.5%
Blue74.9%
CMYK percentages
Cyan19.9%
Magenta78.0%
Yellow0.0%
Key (black)25.1%
Color previews
#992abf text on a black background
contrast 3.44:1
Card sample
#992abf text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992abf;
Background color
Panel with #992abf background
background-color: #992abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992abf; background: linear-gradient(135deg, #992abf, #BF2A82);