#682cfd
a balanced, electric violet · warm · closest name: blue
RGB
104, 44, 253
HSL
257°, 98%, 58%
CMYK
59, 83, 0, 1
Luminance
0.1184
Every format
| HEX | #682cfd |
| RGB | rgb(104, 44, 253) |
| HSL | hsl(257, 98%, 58%) |
| CMYK | cmyk(59%, 83%, 0%, 1%) |
| LAB | lab(41.0 72.0 -92.2) |
| LCH | lch(41.0 117.0 308.0) |
| OKLCH | oklch(0.524 0.275 284.9) |
Copy-ready code
/* CSS */
color: #682cfd;
background-color: #682cfd;
/* Tailwind (arbitrary) */
class="text-[#682cfd] bg-[#682cfd]"
/* SCSS */
$brand: #682cfd;
/* SwiftUI */
Color(red: 0.408, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#682cfd")Accessibility — WCAG contrast
Aa
#682cfd on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#682cfd on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green17.3%
Blue99.2%
CMYK percentages
Cyan58.9%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#682cfd text on a black background
contrast 3.37:1
Card sample
#682cfd text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #682cfd;
Background color
Panel with #682cfd background
background-color: #682cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #682cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #682cfd; background: linear-gradient(135deg, #682cfd, #F32CFD);