#990fdf
a balanced, electric violet · warm · closest name: magenta
RGB
153, 15, 223
HSL
280°, 87%, 47%
CMYK
31, 93, 0, 13
Luminance
0.1244
Every format
| HEX | #990fdf |
| RGB | rgb(153, 15, 223) |
| HSL | hsl(280, 87%, 47%) |
| CMYK | cmyk(31%, 93%, 0%, 13%) |
| LAB | lab(41.9 77.5 -73.4) |
| LCH | lch(41.9 106.8 316.6) |
| OKLCH | oklch(0.535 0.267 308.4) |
Copy-ready code
/* CSS */
color: #990fdf;
background-color: #990fdf;
/* Tailwind (arbitrary) */
class="text-[#990fdf] bg-[#990fdf]"
/* SCSS */
$brand: #990fdf;
/* SwiftUI */
Color(red: 0.600, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#990fdf")Accessibility — WCAG contrast
Aa
#990fdf on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#990fdf on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green5.9%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#990fdf text on a black background
contrast 3.49:1
Card sample
#990fdf text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #990fdf;
Background color
Panel with #990fdf background
background-color: #990fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #990fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #990fdf; background: linear-gradient(135deg, #990fdf, #DF0F9A);