#532477
a dark, vivid violet · warm · closest name: midnightblue
RGB
83, 36, 119
HSL
274°, 54%, 30%
CMYK
30, 70, 0, 53
Luminance
0.0443
Every format
| HEX | #532477 |
| RGB | rgb(83, 36, 119) |
| HSL | hsl(274, 54%, 30%) |
| CMYK | cmyk(30%, 70%, 0%, 53%) |
| LAB | lab(25.1 37.8 -38.8) |
| LCH | lch(25.1 54.1 314.2) |
| OKLCH | oklch(0.370 0.137 306.9) |
Copy-ready code
/* CSS */
color: #532477;
background-color: #532477;
/* Tailwind (arbitrary) */
class="text-[#532477] bg-[#532477]"
/* SCSS */
$brand: #532477;
/* SwiftUI */
Color(red: 0.325, green: 0.141, blue: 0.467)
/* Android */
Color.parseColor("#532477")Accessibility — WCAG contrast
Aa
#532477 on white: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#532477 on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green14.1%
Blue46.7%
CMYK percentages
Cyan30.3%
Magenta69.7%
Yellow0.0%
Key (black)53.3%
Color previews
#532477 text on a black background
contrast 1.89:1
Card sample
#532477 text on a white background
contrast 11.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #532477;
Background color
Panel with #532477 background
background-color: #532477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #532477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 36, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 36, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #532477; background: linear-gradient(135deg, #532477, #772464);