#682a9b
a dark, vivid violet · warm · closest name: indigo
RGB
104, 42, 155
HSL
273°, 57%, 39%
CMYK
33, 73, 0, 39
Luminance
0.0697
Every format
| HEX | #682a9b |
| RGB | rgb(104, 42, 155) |
| HSL | hsl(273, 57%, 39%) |
| CMYK | cmyk(33%, 73%, 0%, 39%) |
| LAB | lab(31.7 48.2 -50.3) |
| LCH | lch(31.7 69.6 313.8) |
| OKLCH | oklch(0.433 0.175 305.2) |
Copy-ready code
/* CSS */
color: #682a9b;
background-color: #682a9b;
/* Tailwind (arbitrary) */
class="text-[#682a9b] bg-[#682a9b]"
/* SCSS */
$brand: #682a9b;
/* SwiftUI */
Color(red: 0.408, green: 0.165, blue: 0.608)
/* Android */
Color.parseColor("#682a9b")Accessibility — WCAG contrast
Aa
#682a9b on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#682a9b on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green16.5%
Blue60.8%
CMYK percentages
Cyan32.9%
Magenta72.9%
Yellow0.0%
Key (black)39.2%
Color previews
#682a9b text on a black background
contrast 2.39:1
Card sample
#682a9b text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #682a9b;
Background color
Panel with #682a9b background
background-color: #682a9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #682a9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 42, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 42, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #682a9b; background: linear-gradient(135deg, #682a9b, #9B2A83);