#683083
a dark, vivid violet · warm · closest name: purple
RGB
104, 48, 131
HSL
281°, 46%, 35%
CMYK
21, 63, 0, 49
Luminance
0.0670
Every format
| HEX | #683083 |
| RGB | rgb(104, 48, 131) |
| HSL | hsl(281, 46%, 35%) |
| CMYK | cmyk(21%, 63%, 0%, 49%) |
| LAB | lab(31.1 39.6 -36.5) |
| LCH | lch(31.1 53.8 317.3) |
| OKLCH | oklch(0.423 0.140 313.1) |
Copy-ready code
/* CSS */
color: #683083;
background-color: #683083;
/* Tailwind (arbitrary) */
class="text-[#683083] bg-[#683083]"
/* SCSS */
$brand: #683083;
/* SwiftUI */
Color(red: 0.408, green: 0.188, blue: 0.514)
/* Android */
Color.parseColor("#683083")Accessibility — WCAG contrast
Aa
#683083 on white: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#683083 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.8%
Blue51.4%
CMYK percentages
Cyan20.6%
Magenta63.4%
Yellow0.0%
Key (black)48.6%
Color previews
#683083 text on a black background
contrast 2.34:1
Card sample
#683083 text on a white background
contrast 8.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #683083;
Background color
Panel with #683083 background
background-color: #683083;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #683083;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 48, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 48, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #683083; background: linear-gradient(135deg, #683083, #833067);