#680cdf
a balanced, electric violet · warm · closest name: blue
RGB
104, 12, 223
HSL
266°, 90%, 46%
CMYK
53, 95, 0, 13
Luminance
0.0853
Every format
| HEX | #680cdf |
| RGB | rgb(104, 12, 223) |
| HSL | hsl(266, 90%, 46%) |
| CMYK | cmyk(53%, 95%, 0%, 13%) |
| LAB | lab(35.1 73.0 -84.9) |
| LCH | lch(35.1 112.0 310.7) |
| OKLCH | oklch(0.475 0.262 291.0) |
Copy-ready code
/* CSS */
color: #680cdf;
background-color: #680cdf;
/* Tailwind (arbitrary) */
class="text-[#680cdf] bg-[#680cdf]"
/* SCSS */
$brand: #680cdf;
/* SwiftUI */
Color(red: 0.408, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#680cdf")Accessibility — WCAG contrast
Aa
#680cdf on white: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#680cdf on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green4.7%
Blue87.5%
CMYK percentages
Cyan53.4%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#680cdf text on a black background
contrast 2.71:1
Card sample
#680cdf text on a white background
contrast 7.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #680cdf;
Background color
Panel with #680cdf background
background-color: #680cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #680cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #680cdf; background: linear-gradient(135deg, #680cdf, #DF0CC9);