#7232cd
a balanced, vivid violet · warm · closest name: indigo
RGB
114, 50, 205
HSL
265°, 61%, 50%
CMYK
44, 76, 0, 20
Luminance
0.1027
Every format
| HEX | #7232cd |
| RGB | rgb(114, 50, 205) |
| HSL | hsl(265, 61%, 50%) |
| CMYK | cmyk(44%, 76%, 0%, 20%) |
| LAB | lab(38.3 58.7 -69.2) |
| LCH | lch(38.3 90.7 310.3) |
| OKLCH | oklch(0.495 0.220 296.0) |
Copy-ready code
/* CSS */
color: #7232cd;
background-color: #7232cd;
/* Tailwind (arbitrary) */
class="text-[#7232cd] bg-[#7232cd]"
/* SCSS */
$brand: #7232cd;
/* SwiftUI */
Color(red: 0.447, green: 0.196, blue: 0.804)
/* Android */
Color.parseColor("#7232cd")Accessibility — WCAG contrast
Aa
#7232cd on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7232cd on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green19.6%
Blue80.4%
CMYK percentages
Cyan44.4%
Magenta75.6%
Yellow0.0%
Key (black)19.6%
Color previews
#7232cd text on a black background
contrast 3.05:1
Card sample
#7232cd text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7232cd;
Background color
Panel with #7232cd background
background-color: #7232cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7232cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 50, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 50, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7232cd; background: linear-gradient(135deg, #7232cd, #CD32C1);