#32198a
a dark, vivid blue · warm · closest name: indigo
RGB
50, 25, 138
HSL
253°, 69%, 32%
CMYK
64, 82, 0, 46
Luminance
0.0321
Every format
| HEX | #32198a |
| RGB | rgb(50, 25, 138) |
| HSL | hsl(253, 69%, 32%) |
| CMYK | cmyk(64%, 82%, 0%, 46%) |
| LAB | lab(20.9 42.9 -57.8) |
| LCH | lch(20.9 72.0 306.6) |
| OKLCH | oklch(0.337 0.171 282.4) |
Copy-ready code
/* CSS */
color: #32198a;
background-color: #32198a;
/* Tailwind (arbitrary) */
class="text-[#32198a] bg-[#32198a]"
/* SCSS */
$brand: #32198a;
/* SwiftUI */
Color(red: 0.196, green: 0.098, blue: 0.541)
/* Android */
Color.parseColor("#32198a")Accessibility — WCAG contrast
Aa
#32198a on white: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#32198a on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green9.8%
Blue54.1%
CMYK percentages
Cyan63.8%
Magenta81.9%
Yellow0.0%
Key (black)45.9%
Color previews
#32198a text on a black background
contrast 1.64:1
Card sample
#32198a text on a white background
contrast 12.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32198a;
Background color
Panel with #32198a background
background-color: #32198a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32198a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 25, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 25, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32198a; background: linear-gradient(135deg, #32198a, #7E198A);