#682baf
a dark, vivid violet · warm · closest name: indigo
RGB
104, 43, 175
HSL
268°, 61%, 43%
CMYK
41, 75, 0, 31
Luminance
0.0777
Every format
| HEX | #682baf |
| RGB | rgb(104, 43, 175) |
| HSL | hsl(268, 61%, 43%) |
| CMYK | cmyk(41%, 75%, 0%, 31%) |
| LAB | lab(33.5 52.7 -59.4) |
| LCH | lch(33.5 79.4 311.5) |
| OKLCH | oklch(0.450 0.195 299.3) |
Copy-ready code
/* CSS */
color: #682baf;
background-color: #682baf;
/* Tailwind (arbitrary) */
class="text-[#682baf] bg-[#682baf]"
/* SCSS */
$brand: #682baf;
/* SwiftUI */
Color(red: 0.408, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#682baf")Accessibility — WCAG contrast
Aa
#682baf on white: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#682baf on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green16.9%
Blue68.6%
CMYK percentages
Cyan40.6%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#682baf text on a black background
contrast 2.55:1
Card sample
#682baf text on a white background
contrast 8.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #682baf;
Background color
Panel with #682baf background
background-color: #682baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #682baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #682baf; background: linear-gradient(135deg, #682baf, #AF2B9E);