#911fef
a balanced, electric violet · warm · closest name: blue
RGB
145, 31, 239
HSL
273°, 87%, 53%
CMYK
39, 87, 0, 6
Luminance
0.1323
Every format
| HEX | #911fef |
| RGB | rgb(145, 31, 239) |
| HSL | hsl(273, 87%, 53%) |
| CMYK | cmyk(39%, 87%, 0%, 6%) |
| LAB | lab(43.1 76.9 -80.6) |
| LCH | lch(43.1 111.4 313.7) |
| OKLCH | oklch(0.545 0.271 301.8) |
Copy-ready code
/* CSS */
color: #911fef;
background-color: #911fef;
/* Tailwind (arbitrary) */
class="text-[#911fef] bg-[#911fef]"
/* SCSS */
$brand: #911fef;
/* SwiftUI */
Color(red: 0.569, green: 0.122, blue: 0.937)
/* Android */
Color.parseColor("#911fef")Accessibility — WCAG contrast
Aa
#911fef on white: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#911fef on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green12.2%
Blue93.7%
CMYK percentages
Cyan39.3%
Magenta87.0%
Yellow0.0%
Key (black)6.3%
Color previews
#911fef text on a black background
contrast 3.65:1
Card sample
#911fef text on a white background
contrast 5.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #911fef;
Background color
Panel with #911fef background
background-color: #911fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #911fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 31, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 31, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #911fef; background: linear-gradient(135deg, #911fef, #EF1FC2);