#992fef
a balanced, electric violet · warm · closest name: magenta
RGB
153, 47, 239
HSL
273°, 86%, 56%
CMYK
36, 80, 0, 6
Luminance
0.1504
Every format
| HEX | #992fef |
| RGB | rgb(153, 47, 239) |
| HSL | hsl(273, 86%, 56%) |
| CMYK | cmyk(36%, 80%, 0%, 6%) |
| LAB | lab(45.7 73.5 -76.3) |
| LCH | lch(45.7 106.0 313.9) |
| OKLCH | oklch(0.566 0.262 303.6) |
Copy-ready code
/* CSS */
color: #992fef;
background-color: #992fef;
/* Tailwind (arbitrary) */
class="text-[#992fef] bg-[#992fef]"
/* SCSS */
$brand: #992fef;
/* SwiftUI */
Color(red: 0.600, green: 0.184, blue: 0.937)
/* Android */
Color.parseColor("#992fef")Accessibility — WCAG contrast
Aa
#992fef on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992fef on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green18.4%
Blue93.7%
CMYK percentages
Cyan36.0%
Magenta80.3%
Yellow0.0%
Key (black)6.3%
Color previews
#992fef text on a black background
contrast 4.01:1
Card sample
#992fef text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992fef;
Background color
Panel with #992fef background
background-color: #992fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 47, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 47, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992fef; background: linear-gradient(135deg, #992fef, #EF2FC5);