#7104f5
a balanced, electric violet · warm · closest name: blue
RGB
113, 4, 245
HSL
267°, 97%, 49%
CMYK
54, 98, 0, 4
Luminance
0.1019
Every format
| HEX | #7104f5 |
| RGB | rgb(113, 4, 245) |
| HSL | hsl(267, 97%, 49%) |
| CMYK | cmyk(54%, 98%, 0%, 4%) |
| LAB | lab(38.2 79.5 -92.3) |
| LCH | lch(38.2 121.8 310.8) |
| OKLCH | oklch(0.505 0.283 290.5) |
Copy-ready code
/* CSS */
color: #7104f5;
background-color: #7104f5;
/* Tailwind (arbitrary) */
class="text-[#7104f5] bg-[#7104f5]"
/* SCSS */
$brand: #7104f5;
/* SwiftUI */
Color(red: 0.443, green: 0.016, blue: 0.961)
/* Android */
Color.parseColor("#7104f5")Accessibility — WCAG contrast
Aa
#7104f5 on white: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7104f5 on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green1.6%
Blue96.1%
CMYK percentages
Cyan53.9%
Magenta98.4%
Yellow0.0%
Key (black)3.9%
Color previews
#7104f5 text on a black background
contrast 3.04:1
Card sample
#7104f5 text on a white background
contrast 6.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7104f5;
Background color
Panel with #7104f5 background
background-color: #7104f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7104f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 4, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 4, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7104f5; background: linear-gradient(135deg, #7104f5, #F504D8);