#c682fd
a light, electric violet · warm · closest name: violet
RGB
198, 130, 253
HSL
273°, 97%, 75%
CMYK
22, 49, 0, 1
Luminance
0.3506
Every format
| HEX | #c682fd |
| RGB | rgb(198, 130, 253) |
| HSL | hsl(273, 97%, 75%) |
| CMYK | cmyk(22%, 49%, 0%, 1%) |
| LAB | lab(65.8 48.3 -51.5) |
| LCH | lch(65.8 70.6 313.2) |
| OKLCH | oklch(0.725 0.183 308.0) |
Copy-ready code
/* CSS */
color: #c682fd;
background-color: #c682fd;
/* Tailwind (arbitrary) */
class="text-[#c682fd] bg-[#c682fd]"
/* SCSS */
$brand: #c682fd;
/* SwiftUI */
Color(red: 0.776, green: 0.510, blue: 0.992)
/* Android */
Color.parseColor("#c682fd")Accessibility — WCAG contrast
Aa
#c682fd on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c682fd on black: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green51.0%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta48.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c682fd text on a black background
contrast 8.01:1
Card sample
#c682fd text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c682fd;
Background color
Panel with #c682fd background
background-color: #c682fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c682fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 130, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 130, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c682fd; background: linear-gradient(135deg, #c682fd, #FD82E2);