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