#681af9
a balanced, electric violet · warm · closest name: blue
RGB
104, 26, 249
HSL
261°, 95%, 54%
CMYK
58, 90, 0, 2
Luminance
0.1052
Every format
| HEX | #681af9 |
| RGB | rgb(104, 26, 249) |
| HSL | hsl(261, 95%, 54%) |
| CMYK | cmyk(58%, 90%, 0%, 2%) |
| LAB | lab(38.8 76.3 -93.6) |
| LCH | lch(38.8 120.8 309.2) |
| OKLCH | oklch(0.508 0.281 286.3) |
Copy-ready code
/* CSS */
color: #681af9;
background-color: #681af9;
/* Tailwind (arbitrary) */
class="text-[#681af9] bg-[#681af9]"
/* SCSS */
$brand: #681af9;
/* SwiftUI */
Color(red: 0.408, green: 0.102, blue: 0.976)
/* Android */
Color.parseColor("#681af9")Accessibility — WCAG contrast
Aa
#681af9 on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#681af9 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green10.2%
Blue97.6%
CMYK percentages
Cyan58.2%
Magenta89.6%
Yellow0.0%
Key (black)2.4%
Color previews
#681af9 text on a black background
contrast 3.10:1
Card sample
#681af9 text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #681af9;
Background color
Panel with #681af9 background
background-color: #681af9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #681af9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 26, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 26, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #681af9; background: linear-gradient(135deg, #681af9, #F91AF5);