#c680fd
a light, electric violet · warm · closest name: violet
RGB
198, 128, 253
HSL
274°, 97%, 75%
CMYK
22, 49, 0, 1
Luminance
0.3454
Every format
| HEX | #c680fd |
| RGB | rgb(198, 128, 253) |
| HSL | hsl(274, 97%, 75%) |
| CMYK | cmyk(22%, 49%, 0%, 1%) |
| LAB | lab(65.4 49.4 -52.1) |
| LCH | lch(65.4 71.8 313.5) |
| OKLCH | oklch(0.722 0.186 308.3) |
Copy-ready code
/* CSS */
color: #c680fd;
background-color: #c680fd;
/* Tailwind (arbitrary) */
class="text-[#c680fd] bg-[#c680fd]"
/* SCSS */
$brand: #c680fd;
/* SwiftUI */
Color(red: 0.776, green: 0.502, blue: 0.992)
/* Android */
Color.parseColor("#c680fd")Accessibility — WCAG contrast
Aa
#c680fd on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c680fd on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green50.2%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta49.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c680fd text on a black background
contrast 7.91:1
Card sample
#c680fd text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c680fd;
Background color
Panel with #c680fd background
background-color: #c680fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c680fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 128, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 128, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c680fd; background: linear-gradient(135deg, #c680fd, #FD80E1);