#680fdf
a balanced, electric violet · warm · closest name: blue
RGB
104, 15, 223
HSL
266°, 87%, 47%
CMYK
53, 93, 0, 13
Luminance
0.0861
Every format
| HEX | #680fdf |
| RGB | rgb(104, 15, 223) |
| HSL | hsl(266, 87%, 47%) |
| CMYK | cmyk(53%, 93%, 0%, 13%) |
| LAB | lab(35.2 72.5 -84.7) |
| LCH | lch(35.2 111.5 310.6) |
| OKLCH | oklch(0.476 0.261 290.9) |
Copy-ready code
/* CSS */
color: #680fdf;
background-color: #680fdf;
/* Tailwind (arbitrary) */
class="text-[#680fdf] bg-[#680fdf]"
/* SCSS */
$brand: #680fdf;
/* SwiftUI */
Color(red: 0.408, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#680fdf")Accessibility — WCAG contrast
Aa
#680fdf on white: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#680fdf on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green5.9%
Blue87.5%
CMYK percentages
Cyan53.4%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#680fdf text on a black background
contrast 2.72:1
Card sample
#680fdf text on a white background
contrast 7.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #680fdf;
Background color
Panel with #680fdf background
background-color: #680fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #680fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #680fdf; background: linear-gradient(135deg, #680fdf, #DF0FCB);