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