#992cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
153, 44, 223
HSL
277°, 74%, 52%
CMYK
31, 80, 0, 13
Luminance
0.1390
Every format
| HEX | #992cdf |
| RGB | rgb(153, 44, 223) |
| HSL | hsl(277, 74%, 52%) |
| CMYK | cmyk(31%, 80%, 0%, 13%) |
| LAB | lab(44.1 71.1 -69.9) |
| LCH | lch(44.1 99.7 315.5) |
| OKLCH | oklch(0.550 0.250 307.2) |
Copy-ready code
/* CSS */
color: #992cdf;
background-color: #992cdf;
/* Tailwind (arbitrary) */
class="text-[#992cdf] bg-[#992cdf]"
/* SCSS */
$brand: #992cdf;
/* SwiftUI */
Color(red: 0.600, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#992cdf")Accessibility — WCAG contrast
Aa
#992cdf on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992cdf on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green17.3%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#992cdf text on a black background
contrast 3.78:1
Card sample
#992cdf text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992cdf;
Background color
Panel with #992cdf background
background-color: #992cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992cdf; background: linear-gradient(135deg, #992cdf, #DF2CAE);