#732cdf
a balanced, vivid violet · warm · closest name: blue
RGB
115, 44, 223
HSL
264°, 74%, 52%
CMYK
48, 80, 0, 13
Luminance
0.1077
Every format
| HEX | #732cdf |
| RGB | rgb(115, 44, 223) |
| HSL | hsl(264, 74%, 52%) |
| CMYK | cmyk(48%, 80%, 0%, 13%) |
| LAB | lab(39.2 65.7 -78.1) |
| LCH | lch(39.2 102.1 310.1) |
| OKLCH | oklch(0.506 0.244 293.4) |
Copy-ready code
/* CSS */
color: #732cdf;
background-color: #732cdf;
/* Tailwind (arbitrary) */
class="text-[#732cdf] bg-[#732cdf]"
/* SCSS */
$brand: #732cdf;
/* SwiftUI */
Color(red: 0.451, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#732cdf")Accessibility — WCAG contrast
Aa
#732cdf on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#732cdf on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green17.3%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#732cdf text on a black background
contrast 3.15:1
Card sample
#732cdf text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #732cdf;
Background color
Panel with #732cdf background
background-color: #732cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #732cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #732cdf; background: linear-gradient(135deg, #732cdf, #DF2CD4);