#910cdb
a balanced, electric violet · warm · closest name: magenta
RGB
145, 12, 219
HSL
279°, 90%, 45%
CMYK
34, 95, 0, 14
Luminance
0.1140
Every format
| HEX | #910cdb |
| RGB | rgb(145, 12, 219) |
| HSL | hsl(279, 90%, 45%) |
| CMYK | cmyk(34%, 95%, 0%, 14%) |
| LAB | lab(40.2 76.2 -73.9) |
| LCH | lch(40.2 106.1 315.9) |
| OKLCH | oklch(0.521 0.263 306.7) |
Copy-ready code
/* CSS */
color: #910cdb;
background-color: #910cdb;
/* Tailwind (arbitrary) */
class="text-[#910cdb] bg-[#910cdb]"
/* SCSS */
$brand: #910cdb;
/* SwiftUI */
Color(red: 0.569, green: 0.047, blue: 0.859)
/* Android */
Color.parseColor("#910cdb")Accessibility — WCAG contrast
Aa
#910cdb on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#910cdb on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green4.7%
Blue85.9%
CMYK percentages
Cyan33.8%
Magenta94.5%
Yellow0.0%
Key (black)14.1%
Color previews
#910cdb text on a black background
contrast 3.28:1
Card sample
#910cdb text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910cdb;
Background color
Panel with #910cdb background
background-color: #910cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 12, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 12, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910cdb; background: linear-gradient(135deg, #910cdb, #DB0C9B);