#901df6
a balanced, electric violet · warm · closest name: blue
RGB
144, 29, 246
HSL
272°, 92%, 54%
CMYK
42, 88, 0, 4
Luminance
0.1346
Every format
| HEX | #901df6 |
| RGB | rgb(144, 29, 246) |
| HSL | hsl(272, 92%, 54%) |
| CMYK | cmyk(42%, 88%, 0%, 4%) |
| LAB | lab(43.5 78.7 -84.0) |
| LCH | lch(43.5 115.1 313.1) |
| OKLCH | oklch(0.549 0.278 300.1) |
Copy-ready code
/* CSS */
color: #901df6;
background-color: #901df6;
/* Tailwind (arbitrary) */
class="text-[#901df6] bg-[#901df6]"
/* SCSS */
$brand: #901df6;
/* SwiftUI */
Color(red: 0.565, green: 0.114, blue: 0.965)
/* Android */
Color.parseColor("#901df6")Accessibility — WCAG contrast
Aa
#901df6 on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#901df6 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green11.4%
Blue96.5%
CMYK percentages
Cyan41.5%
Magenta88.2%
Yellow0.0%
Key (black)3.5%
Color previews
#901df6 text on a black background
contrast 3.69:1
Card sample
#901df6 text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #901df6;
Background color
Panel with #901df6 background
background-color: #901df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #901df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 29, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 29, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #901df6; background: linear-gradient(135deg, #901df6, #F61DCB);