#992cf2
a balanced, electric violet · warm · closest name: magenta
RGB
153, 44, 242
HSL
273°, 88%, 56%
CMYK
37, 82, 0, 5
Luminance
0.1498
Every format
| HEX | #992cf2 |
| RGB | rgb(153, 44, 242) |
| HSL | hsl(273, 88%, 56%) |
| CMYK | cmyk(37%, 82%, 0%, 5%) |
| LAB | lab(45.6 75.1 -78.1) |
| LCH | lch(45.6 108.4 313.9) |
| OKLCH | oklch(0.566 0.267 303.2) |
Copy-ready code
/* CSS */
color: #992cf2;
background-color: #992cf2;
/* Tailwind (arbitrary) */
class="text-[#992cf2] bg-[#992cf2]"
/* SCSS */
$brand: #992cf2;
/* SwiftUI */
Color(red: 0.600, green: 0.173, blue: 0.949)
/* Android */
Color.parseColor("#992cf2")Accessibility — WCAG contrast
Aa
#992cf2 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992cf2 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green17.3%
Blue94.9%
CMYK percentages
Cyan36.8%
Magenta81.8%
Yellow0.0%
Key (black)5.1%
Color previews
#992cf2 text on a black background
contrast 4.00:1
Card sample
#992cf2 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992cf2;
Background color
Panel with #992cf2 background
background-color: #992cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 44, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 44, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992cf2; background: linear-gradient(135deg, #992cf2, #F22CC7);