#680cf0
a balanced, electric violet · warm · closest name: blue
RGB
104, 12, 240
HSL
264°, 91%, 49%
CMYK
57, 95, 0, 6
Luminance
0.0950
Every format
| HEX | #680cf0 |
| RGB | rgb(104, 12, 240) |
| HSL | hsl(264, 91%, 49%) |
| CMYK | cmyk(57%, 95%, 0%, 6%) |
| LAB | lab(36.9 76.8 -91.5) |
| LCH | lch(36.9 119.5 310.0) |
| OKLCH | oklch(0.493 0.277 288.1) |
Copy-ready code
/* CSS */
color: #680cf0;
background-color: #680cf0;
/* Tailwind (arbitrary) */
class="text-[#680cf0] bg-[#680cf0]"
/* SCSS */
$brand: #680cf0;
/* SwiftUI */
Color(red: 0.408, green: 0.047, blue: 0.941)
/* Android */
Color.parseColor("#680cf0")Accessibility — WCAG contrast
Aa
#680cf0 on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#680cf0 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green4.7%
Blue94.1%
CMYK percentages
Cyan56.7%
Magenta95.0%
Yellow0.0%
Key (black)5.9%
Color previews
#680cf0 text on a black background
contrast 2.90:1
Card sample
#680cf0 text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #680cf0;
Background color
Panel with #680cf0 background
background-color: #680cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #680cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 12, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 12, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #680cf0; background: linear-gradient(135deg, #680cf0, #F00CE0);