#682df3
a balanced, electric violet · warm · closest name: blue
RGB
104, 45, 243
HSL
258°, 89%, 57%
CMYK
57, 82, 0, 5
Luminance
0.1129
Every format
| HEX | #682df3 |
| RGB | rgb(104, 45, 243) |
| HSL | hsl(258, 89%, 57%) |
| CMYK | cmyk(57%, 82%, 0%, 5%) |
| LAB | lab(40.1 69.1 -88.0) |
| LCH | lch(40.1 111.9 308.1) |
| OKLCH | oklch(0.515 0.264 286.2) |
Copy-ready code
/* CSS */
color: #682df3;
background-color: #682df3;
/* Tailwind (arbitrary) */
class="text-[#682df3] bg-[#682df3]"
/* SCSS */
$brand: #682df3;
/* SwiftUI */
Color(red: 0.408, green: 0.176, blue: 0.953)
/* Android */
Color.parseColor("#682df3")Accessibility — WCAG contrast
Aa
#682df3 on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#682df3 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green17.6%
Blue95.3%
CMYK percentages
Cyan57.2%
Magenta81.5%
Yellow0.0%
Key (black)4.7%
Color previews
#682df3 text on a black background
contrast 3.26:1
Card sample
#682df3 text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #682df3;
Background color
Panel with #682df3 background
background-color: #682df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #682df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 45, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 45, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #682df3; background: linear-gradient(135deg, #682df3, #EC2DF3);