#7425df
a balanced, vivid violet · warm · closest name: blue
RGB
116, 37, 223
HSL
266°, 74%, 51%
CMYK
48, 83, 0, 13
Luminance
0.1036
Every format
| HEX | #7425df |
| RGB | rgb(116, 37, 223) |
| HSL | hsl(266, 74%, 51%) |
| CMYK | cmyk(48%, 83%, 0%, 13%) |
| LAB | lab(38.5 68.3 -79.2) |
| LCH | lch(38.5 104.6 310.8) |
| OKLCH | oklch(0.501 0.250 294.3) |
Copy-ready code
/* CSS */
color: #7425df;
background-color: #7425df;
/* Tailwind (arbitrary) */
class="text-[#7425df] bg-[#7425df]"
/* SCSS */
$brand: #7425df;
/* SwiftUI */
Color(red: 0.455, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#7425df")Accessibility — WCAG contrast
Aa
#7425df on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7425df on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green14.5%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#7425df text on a black background
contrast 3.07:1
Card sample
#7425df text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7425df;
Background color
Panel with #7425df background
background-color: #7425df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7425df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7425df; background: linear-gradient(135deg, #7425df, #DF25CE);