#7232af
a dark, vivid violet · warm · closest name: indigo
RGB
114, 50, 175
HSL
271°, 56%, 44%
CMYK
35, 71, 0, 31
Luminance
0.0895
Every format
| HEX | #7232af |
| RGB | rgb(114, 50, 175) |
| HSL | hsl(271, 56%, 44%) |
| CMYK | cmyk(35%, 71%, 0%, 31%) |
| LAB | lab(35.9 51.3 -55.5) |
| LCH | lch(35.9 75.6 312.8) |
| OKLCH | oklch(0.470 0.189 303.2) |
Copy-ready code
/* CSS */
color: #7232af;
background-color: #7232af;
/* Tailwind (arbitrary) */
class="text-[#7232af] bg-[#7232af]"
/* SCSS */
$brand: #7232af;
/* SwiftUI */
Color(red: 0.447, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#7232af")Accessibility — WCAG contrast
Aa
#7232af on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7232af on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green19.6%
Blue68.6%
CMYK percentages
Cyan34.9%
Magenta71.4%
Yellow0.0%
Key (black)31.4%
Color previews
#7232af text on a black background
contrast 2.79:1
Card sample
#7232af text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7232af;
Background color
Panel with #7232af background
background-color: #7232af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7232af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7232af; background: linear-gradient(135deg, #7232af, #AF3299);