#910df3
a balanced, electric violet · warm · closest name: blue
RGB
145, 13, 243
HSL
274°, 91%, 50%
CMYK
40, 95, 0, 5
Luminance
0.1278
Every format
| HEX | #910df3 |
| RGB | rgb(145, 13, 243) |
| HSL | hsl(274, 91%, 50%) |
| CMYK | cmyk(40%, 95%, 0%, 5%) |
| LAB | lab(42.4 80.8 -84.0) |
| LCH | lch(42.4 116.5 313.9) |
| OKLCH | oklch(0.542 0.282 301.5) |
Copy-ready code
/* CSS */
color: #910df3;
background-color: #910df3;
/* Tailwind (arbitrary) */
class="text-[#910df3] bg-[#910df3]"
/* SCSS */
$brand: #910df3;
/* SwiftUI */
Color(red: 0.569, green: 0.051, blue: 0.953)
/* Android */
Color.parseColor("#910df3")Accessibility — WCAG contrast
Aa
#910df3 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#910df3 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green5.1%
Blue95.3%
CMYK percentages
Cyan40.3%
Magenta94.7%
Yellow0.0%
Key (black)4.7%
Color previews
#910df3 text on a black background
contrast 3.56:1
Card sample
#910df3 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910df3;
Background color
Panel with #910df3 background
background-color: #910df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 13, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 13, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910df3; background: linear-gradient(135deg, #910df3, #F30DBC);