#992dbf
a balanced, vivid violet · warm · closest name: purple
RGB
153, 45, 191
HSL
284°, 62%, 46%
CMYK
20, 76, 0, 25
Luminance
0.1241
Every format
| HEX | #992dbf |
| RGB | rgb(153, 45, 191) |
| HSL | hsl(284, 62%, 46%) |
| CMYK | cmyk(20%, 76%, 0%, 25%) |
| LAB | lab(41.9 64.3 -55.0) |
| LCH | lch(41.9 84.6 319.5) |
| OKLCH | oklch(0.527 0.221 315.4) |
Copy-ready code
/* CSS */
color: #992dbf;
background-color: #992dbf;
/* Tailwind (arbitrary) */
class="text-[#992dbf] bg-[#992dbf]"
/* SCSS */
$brand: #992dbf;
/* SwiftUI */
Color(red: 0.600, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#992dbf")Accessibility — WCAG contrast
Aa
#992dbf on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992dbf on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green17.6%
Blue74.9%
CMYK percentages
Cyan19.9%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#992dbf text on a black background
contrast 3.48:1
Card sample
#992dbf text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992dbf;
Background color
Panel with #992dbf background
background-color: #992dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992dbf; background: linear-gradient(135deg, #992dbf, #BF2D84);