#910dfd
a balanced, electric violet · warm · closest name: blue
RGB
145, 13, 253
HSL
273°, 98%, 52%
CMYK
43, 95, 0, 1
Luminance
0.1340
Every format
| HEX | #910dfd |
| RGB | rgb(145, 13, 253) |
| HSL | hsl(273, 98%, 52%) |
| CMYK | cmyk(43%, 95%, 0%, 1%) |
| LAB | lab(43.4 82.8 -88.0) |
| LCH | lch(43.4 120.9 313.3) |
| OKLCH | oklch(0.551 0.290 299.6) |
Copy-ready code
/* CSS */
color: #910dfd;
background-color: #910dfd;
/* Tailwind (arbitrary) */
class="text-[#910dfd] bg-[#910dfd]"
/* SCSS */
$brand: #910dfd;
/* SwiftUI */
Color(red: 0.569, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#910dfd")Accessibility — WCAG contrast
Aa
#910dfd on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#910dfd on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green5.1%
Blue99.2%
CMYK percentages
Cyan42.7%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#910dfd text on a black background
contrast 3.68:1
Card sample
#910dfd text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910dfd;
Background color
Panel with #910dfd background
background-color: #910dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910dfd; background: linear-gradient(135deg, #910dfd, #FD0DC9);