#910cf2
a balanced, electric violet · warm · closest name: blue
RGB
145, 12, 242
HSL
275°, 91%, 50%
CMYK
40, 95, 0, 5
Luminance
0.1269
Every format
| HEX | #910cf2 |
| RGB | rgb(145, 12, 242) |
| HSL | hsl(275, 91%, 50%) |
| CMYK | cmyk(40%, 95%, 0%, 5%) |
| LAB | lab(42.3 80.7 -83.6) |
| LCH | lch(42.3 116.2 314.0) |
| OKLCH | oklch(0.541 0.281 301.7) |
Copy-ready code
/* CSS */
color: #910cf2;
background-color: #910cf2;
/* Tailwind (arbitrary) */
class="text-[#910cf2] bg-[#910cf2]"
/* SCSS */
$brand: #910cf2;
/* SwiftUI */
Color(red: 0.569, green: 0.047, blue: 0.949)
/* Android */
Color.parseColor("#910cf2")Accessibility — WCAG contrast
Aa
#910cf2 on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#910cf2 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green4.7%
Blue94.9%
CMYK percentages
Cyan40.1%
Magenta95.0%
Yellow0.0%
Key (black)5.1%
Color previews
#910cf2 text on a black background
contrast 3.54:1
Card sample
#910cf2 text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910cf2;
Background color
Panel with #910cf2 background
background-color: #910cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 12, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 12, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910cf2; background: linear-gradient(135deg, #910cf2, #F20CBA);