#683071
a dark, soft magenta / pink · warm · closest name: purple
RGB
104, 48, 113
HSL
292°, 40%, 32%
CMYK
8, 58, 0, 56
Luminance
0.0625
Every format
| HEX | #683071 |
| RGB | rgb(104, 48, 113) |
| HSL | hsl(292, 40%, 32%) |
| CMYK | cmyk(8%, 58%, 0%, 56%) |
| LAB | lab(30.0 35.6 -26.9) |
| LCH | lch(30.0 44.6 323.0) |
| OKLCH | oklch(0.412 0.121 321.9) |
Copy-ready code
/* CSS */
color: #683071;
background-color: #683071;
/* Tailwind (arbitrary) */
class="text-[#683071] bg-[#683071]"
/* SCSS */
$brand: #683071;
/* SwiftUI */
Color(red: 0.408, green: 0.188, blue: 0.443)
/* Android */
Color.parseColor("#683071")Accessibility — WCAG contrast
Aa
#683071 on white: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#683071 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.8%
Blue44.3%
CMYK percentages
Cyan8.0%
Magenta57.5%
Yellow0.0%
Key (black)55.7%
Color previews
#683071 text on a black background
contrast 2.25:1
Card sample
#683071 text on a white background
contrast 9.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #683071;
Background color
Panel with #683071 background
background-color: #683071;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #683071;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 48, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 48, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #683071; background: linear-gradient(135deg, #683071, #71304F);