#992cff
a balanced, electric violet · warm · closest name: blue
RGB
153, 44, 255
HSL
271°, 100%, 59%
CMYK
40, 83, 0, 0
Luminance
0.1579
Every format
| HEX | #992cff |
| RGB | rgb(153, 44, 255) |
| HSL | hsl(271, 100%, 59%) |
| CMYK | cmyk(40%, 83%, 0%, 0%) |
| LAB | lab(46.7 77.9 -83.6) |
| LCH | lch(46.7 114.3 313.0) |
| OKLCH | oklch(0.577 0.278 300.6) |
Copy-ready code
/* CSS */
color: #992cff;
background-color: #992cff;
/* Tailwind (arbitrary) */
class="text-[#992cff] bg-[#992cff]"
/* SCSS */
$brand: #992cff;
/* SwiftUI */
Color(red: 0.600, green: 0.173, blue: 1.000)
/* Android */
Color.parseColor("#992cff")Accessibility — WCAG contrast
Aa
#992cff on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#992cff on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green17.3%
Blue100.0%
CMYK percentages
Cyan40.0%
Magenta82.7%
Yellow0.0%
Key (black)0.0%
Color previews
#992cff text on a black background
contrast 4.16:1
Card sample
#992cff text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992cff;
Background color
Panel with #992cff background
background-color: #992cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 44, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 44, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992cff; background: linear-gradient(135deg, #992cff, #FF2CD8);