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