#682eb4
a dark, vivid violet · warm · closest name: indigo
RGB
104, 46, 180
HSL
266°, 59%, 44%
CMYK
42, 74, 0, 29
Luminance
0.0819
Every format
| HEX | #682eb4 |
| RGB | rgb(104, 46, 180) |
| HSL | hsl(266, 59%, 44%) |
| CMYK | cmyk(42%, 74%, 0%, 29%) |
| LAB | lab(34.4 52.6 -61.0) |
| LCH | lch(34.4 80.5 310.8) |
| OKLCH | oklch(0.458 0.197 297.7) |
Copy-ready code
/* CSS */
color: #682eb4;
background-color: #682eb4;
/* Tailwind (arbitrary) */
class="text-[#682eb4] bg-[#682eb4]"
/* SCSS */
$brand: #682eb4;
/* SwiftUI */
Color(red: 0.408, green: 0.180, blue: 0.706)
/* Android */
Color.parseColor("#682eb4")Accessibility — WCAG contrast
Aa
#682eb4 on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#682eb4 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.0%
Blue70.6%
CMYK percentages
Cyan42.2%
Magenta74.4%
Yellow0.0%
Key (black)29.4%
Color previews
#682eb4 text on a black background
contrast 2.64:1
Card sample
#682eb4 text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #682eb4;
Background color
Panel with #682eb4 background
background-color: #682eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #682eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 46, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 46, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #682eb4; background: linear-gradient(135deg, #682eb4, #B42EA7);