#653271
a dark, soft violet · warm · closest name: midnightblue
RGB
101, 50, 113
HSL
289°, 39%, 32%
CMYK
11, 56, 0, 56
Luminance
0.0624
Every format
| HEX | #653271 |
| RGB | rgb(101, 50, 113) |
| HSL | hsl(289, 39%, 32%) |
| CMYK | cmyk(11%, 56%, 0%, 56%) |
| LAB | lab(30.0 33.6 -26.9) |
| LCH | lch(30.0 43.1 321.3) |
| OKLCH | oklch(0.411 0.116 319.7) |
Copy-ready code
/* CSS */
color: #653271;
background-color: #653271;
/* Tailwind (arbitrary) */
class="text-[#653271] bg-[#653271]"
/* SCSS */
$brand: #653271;
/* SwiftUI */
Color(red: 0.396, green: 0.196, blue: 0.443)
/* Android */
Color.parseColor("#653271")Accessibility — WCAG contrast
Aa
#653271 on white: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#653271 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green19.6%
Blue44.3%
CMYK percentages
Cyan10.6%
Magenta55.8%
Yellow0.0%
Key (black)55.7%
Color previews
#653271 text on a black background
contrast 2.25:1
Card sample
#653271 text on a white background
contrast 9.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653271;
Background color
Panel with #653271 background
background-color: #653271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 50, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 50, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653271; background: linear-gradient(135deg, #653271, #713253);