#910cdf
a balanced, electric violet · warm · closest name: magenta
RGB
145, 12, 223
HSL
278°, 90%, 46%
CMYK
35, 95, 0, 13
Luminance
0.1161
Every format
| HEX | #910cdf |
| RGB | rgb(145, 12, 223) |
| HSL | hsl(278, 90%, 46%) |
| CMYK | cmyk(35%, 95%, 0%, 13%) |
| LAB | lab(40.6 77.0 -75.6) |
| LCH | lch(40.6 107.9 315.5) |
| OKLCH | oklch(0.524 0.266 305.8) |
Copy-ready code
/* CSS */
color: #910cdf;
background-color: #910cdf;
/* Tailwind (arbitrary) */
class="text-[#910cdf] bg-[#910cdf]"
/* SCSS */
$brand: #910cdf;
/* SwiftUI */
Color(red: 0.569, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#910cdf")Accessibility — WCAG contrast
Aa
#910cdf on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#910cdf on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green4.7%
Blue87.5%
CMYK percentages
Cyan35.0%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#910cdf text on a black background
contrast 3.32:1
Card sample
#910cdf text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910cdf;
Background color
Panel with #910cdf background
background-color: #910cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910cdf; background: linear-gradient(135deg, #910cdf, #DF0CA0);