#911dfd
a balanced, electric violet · warm · closest name: blue
RGB
145, 29, 253
HSL
271°, 98%, 55%
CMYK
43, 89, 0, 1
Luminance
0.1399
Every format
| HEX | #911dfd |
| RGB | rgb(145, 29, 253) |
| HSL | hsl(271, 98%, 55%) |
| CMYK | cmyk(43%, 89%, 0%, 1%) |
| LAB | lab(44.2 80.3 -86.6) |
| LCH | lch(44.2 118.1 312.8) |
| OKLCH | oklch(0.557 0.284 299.1) |
Copy-ready code
/* CSS */
color: #911dfd;
background-color: #911dfd;
/* Tailwind (arbitrary) */
class="text-[#911dfd] bg-[#911dfd]"
/* SCSS */
$brand: #911dfd;
/* SwiftUI */
Color(red: 0.569, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#911dfd")Accessibility — WCAG contrast
Aa
#911dfd on white: 5.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#911dfd on black: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green11.4%
Blue99.2%
CMYK percentages
Cyan42.7%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#911dfd text on a black background
contrast 3.80:1
Card sample
#911dfd text on a white background
contrast 5.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #911dfd;
Background color
Panel with #911dfd background
background-color: #911dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #911dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #911dfd; background: linear-gradient(135deg, #911dfd, #FD1DD4);