#7429df
a balanced, vivid violet · warm · closest name: blue
RGB
116, 41, 223
HSL
265°, 74%, 52%
CMYK
48, 82, 0, 13
Luminance
0.1063
Every format
| HEX | #7429df |
| RGB | rgb(116, 41, 223) |
| HSL | hsl(265, 74%, 52%) |
| CMYK | cmyk(48%, 82%, 0%, 13%) |
| LAB | lab(38.9 66.9 -78.5) |
| LCH | lch(38.9 103.1 310.5) |
| OKLCH | oklch(0.505 0.247 294.0) |
Copy-ready code
/* CSS */
color: #7429df;
background-color: #7429df;
/* Tailwind (arbitrary) */
class="text-[#7429df] bg-[#7429df]"
/* SCSS */
$brand: #7429df;
/* SwiftUI */
Color(red: 0.455, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#7429df")Accessibility — WCAG contrast
Aa
#7429df on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7429df on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green16.1%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#7429df text on a black background
contrast 3.13:1
Card sample
#7429df text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7429df;
Background color
Panel with #7429df background
background-color: #7429df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7429df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7429df; background: linear-gradient(135deg, #7429df, #DF29D1);