#910af6
a balanced, electric violet · warm · closest name: blue
RGB
145, 10, 246
HSL
274°, 93%, 50%
CMYK
41, 96, 0, 4
Luminance
0.1289
Every format
| HEX | #910af6 |
| RGB | rgb(145, 10, 246) |
| HSL | hsl(274, 93%, 50%) |
| CMYK | cmyk(41%, 96%, 0%, 4%) |
| LAB | lab(42.6 81.8 -85.4) |
| LCH | lch(42.6 118.2 313.8) |
| OKLCH | oklch(0.544 0.285 301.0) |
Copy-ready code
/* CSS */
color: #910af6;
background-color: #910af6;
/* Tailwind (arbitrary) */
class="text-[#910af6] bg-[#910af6]"
/* SCSS */
$brand: #910af6;
/* SwiftUI */
Color(red: 0.569, green: 0.039, blue: 0.965)
/* Android */
Color.parseColor("#910af6")Accessibility — WCAG contrast
Aa
#910af6 on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#910af6 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green3.9%
Blue96.5%
CMYK percentages
Cyan41.1%
Magenta95.9%
Yellow0.0%
Key (black)3.5%
Color previews
#910af6 text on a black background
contrast 3.58:1
Card sample
#910af6 text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #910af6;
Background color
Panel with #910af6 background
background-color: #910af6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #910af6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 10, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 10, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #910af6; background: linear-gradient(135deg, #910af6, #F60ABE);