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