#c686fd
a light, electric violet · warm · closest name: violet
RGB
198, 134, 253
HSL
272°, 97%, 76%
CMYK
22, 47, 0, 1
Luminance
0.3615
Every format
| HEX | #c686fd |
| RGB | rgb(198, 134, 253) |
| HSL | hsl(272, 97%, 76%) |
| CMYK | cmyk(22%, 47%, 0%, 1%) |
| LAB | lab(66.6 46.2 -50.1) |
| LCH | lch(66.6 68.2 312.7) |
| OKLCH | oklch(0.731 0.176 307.4) |
Copy-ready code
/* CSS */
color: #c686fd;
background-color: #c686fd;
/* Tailwind (arbitrary) */
class="text-[#c686fd] bg-[#c686fd]"
/* SCSS */
$brand: #c686fd;
/* SwiftUI */
Color(red: 0.776, green: 0.525, blue: 0.992)
/* Android */
Color.parseColor("#c686fd")Accessibility — WCAG contrast
Aa
#c686fd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c686fd on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green52.5%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta47.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c686fd text on a black background
contrast 8.23:1
Card sample
#c686fd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c686fd;
Background color
Panel with #c686fd background
background-color: #c686fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c686fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 134, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 134, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c686fd; background: linear-gradient(135deg, #c686fd, #FD86E5);