#680cf8
a balanced, electric violet · warm · closest name: blue
RGB
104, 12, 248
HSL
263°, 94%, 51%
CMYK
58, 95, 0, 3
Luminance
0.0998
Every format
| HEX | #680cf8 |
| RGB | rgb(104, 12, 248) |
| HSL | hsl(263, 94%, 51%) |
| CMYK | cmyk(58%, 95%, 0%, 3%) |
| LAB | lab(37.8 78.6 -94.6) |
| LCH | lch(37.8 123.0 309.7) |
| OKLCH | oklch(0.501 0.284 286.8) |
Copy-ready code
/* CSS */
color: #680cf8;
background-color: #680cf8;
/* Tailwind (arbitrary) */
class="text-[#680cf8] bg-[#680cf8]"
/* SCSS */
$brand: #680cf8;
/* SwiftUI */
Color(red: 0.408, green: 0.047, blue: 0.973)
/* Android */
Color.parseColor("#680cf8")Accessibility — WCAG contrast
Aa
#680cf8 on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#680cf8 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green4.7%
Blue97.3%
CMYK percentages
Cyan58.1%
Magenta95.2%
Yellow0.0%
Key (black)2.7%
Color previews
#680cf8 text on a black background
contrast 3.00:1
Card sample
#680cf8 text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #680cf8;
Background color
Panel with #680cf8 background
background-color: #680cf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #680cf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 12, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 12, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #680cf8; background: linear-gradient(135deg, #680cf8, #F80CEB);