#910df0
a balanced, electric violet · warm · closest name: blue
RGB
145, 13, 240
HSL
275°, 90%, 50%
CMYK
40, 95, 0, 6
Luminance
0.1260
Every format
| HEX | #910df0 |
| RGB | rgb(145, 13, 240) |
| HSL | hsl(275, 90%, 50%) |
| CMYK | cmyk(40%, 95%, 0%, 6%) |
| LAB | lab(42.1 80.2 -82.7) |
| LCH | lch(42.1 115.2 314.1) |
| OKLCH | oklch(0.539 0.279 302.1) |
Copy-ready code
/* CSS */
color: #910df0;
background-color: #910df0;
/* Tailwind (arbitrary) */
class="text-[#910df0] bg-[#910df0]"
/* SCSS */
$brand: #910df0;
/* SwiftUI */
Color(red: 0.569, green: 0.051, blue: 0.941)
/* Android */
Color.parseColor("#910df0")Accessibility — WCAG contrast
Aa
#910df0 on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#910df0 on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green5.1%
Blue94.1%
CMYK percentages
Cyan39.6%
Magenta94.6%
Yellow0.0%
Key (black)5.9%
Color previews
#910df0 text on a black background
contrast 3.52:1
Card sample
#910df0 text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910df0;
Background color
Panel with #910df0 background
background-color: #910df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 13, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 13, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910df0; background: linear-gradient(135deg, #910df0, #F00DB8);