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