#732b90
a dark, vivid violet · warm · closest name: purple
RGB
115, 43, 144
HSL
283°, 54%, 37%
CMYK
20, 70, 0, 44
Luminance
0.0739
Every format
| HEX | #732b90 |
| RGB | rgb(115, 43, 144) |
| HSL | hsl(283, 54%, 37%) |
| CMYK | cmyk(20%, 70%, 0%, 44%) |
| LAB | lab(32.7 47.6 -41.9) |
| LCH | lch(32.7 63.4 318.6) |
| OKLCH | oklch(0.440 0.166 314.5) |
Copy-ready code
/* CSS */
color: #732b90;
background-color: #732b90;
/* Tailwind (arbitrary) */
class="text-[#732b90] bg-[#732b90]"
/* SCSS */
$brand: #732b90;
/* SwiftUI */
Color(red: 0.451, green: 0.169, blue: 0.565)
/* Android */
Color.parseColor("#732b90")Accessibility — WCAG contrast
Aa
#732b90 on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#732b90 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green16.9%
Blue56.5%
CMYK percentages
Cyan20.1%
Magenta70.1%
Yellow0.0%
Key (black)43.5%
Color previews
#732b90 text on a black background
contrast 2.48:1
Card sample
#732b90 text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #732b90;
Background color
Panel with #732b90 background
background-color: #732b90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #732b90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 43, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 43, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #732b90; background: linear-gradient(135deg, #732b90, #902B6A);