#732fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
115, 47, 223
HSL
263°, 73%, 53%
CMYK
48, 79, 0, 13
Luminance
0.1101
Every format
| HEX | #732fdf |
| RGB | rgb(115, 47, 223) |
| HSL | hsl(263, 73%, 53%) |
| CMYK | cmyk(48%, 79%, 0%, 13%) |
| LAB | lab(39.6 64.6 -77.4) |
| LCH | lch(39.6 100.8 309.8) |
| OKLCH | oklch(0.509 0.242 293.2) |
Copy-ready code
/* CSS */
color: #732fdf;
background-color: #732fdf;
/* Tailwind (arbitrary) */
class="text-[#732fdf] bg-[#732fdf]"
/* SCSS */
$brand: #732fdf;
/* SwiftUI */
Color(red: 0.451, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#732fdf")Accessibility — WCAG contrast
Aa
#732fdf on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#732fdf on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green18.4%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#732fdf text on a black background
contrast 3.20:1
Card sample
#732fdf text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #732fdf;
Background color
Panel with #732fdf background
background-color: #732fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #732fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #732fdf; background: linear-gradient(135deg, #732fdf, #DF2FD6);