#682fba
a balanced, vivid violet · warm · closest name: indigo
RGB
104, 47, 186
HSL
265°, 60%, 46%
CMYK
44, 75, 0, 27
Luminance
0.0852
Every format
| HEX | #682fba |
| RGB | rgb(104, 47, 186) |
| HSL | hsl(265, 60%, 46%) |
| CMYK | cmyk(44%, 75%, 0%, 27%) |
| LAB | lab(35.0 53.6 -63.4) |
| LCH | lch(35.0 83.1 310.2) |
| OKLCH | oklch(0.464 0.202 296.2) |
Copy-ready code
/* CSS */
color: #682fba;
background-color: #682fba;
/* Tailwind (arbitrary) */
class="text-[#682fba] bg-[#682fba]"
/* SCSS */
$brand: #682fba;
/* SwiftUI */
Color(red: 0.408, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#682fba")Accessibility — WCAG contrast
Aa
#682fba on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#682fba on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.4%
Blue72.9%
CMYK percentages
Cyan44.1%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#682fba text on a black background
contrast 2.70:1
Card sample
#682fba text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #682fba;
Background color
Panel with #682fba background
background-color: #682fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #682fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #682fba; background: linear-gradient(135deg, #682fba, #BA2FAF);