#c686df
a light, vivid violet · warm · closest name: orchid
RGB
198, 134, 223
HSL
283°, 58%, 70%
CMYK
11, 40, 0, 13
Luminance
0.3438
Every format
| HEX | #c686df |
| RGB | rgb(198, 134, 223) |
| HSL | hsl(283, 58%, 70%) |
| CMYK | cmyk(11%, 40%, 0%, 13%) |
| LAB | lab(65.3 39.8 -35.8) |
| LCH | lch(65.3 53.5 318.0) |
| OKLCH | oklch(0.717 0.142 316.1) |
Copy-ready code
/* CSS */
color: #c686df;
background-color: #c686df;
/* Tailwind (arbitrary) */
class="text-[#c686df] bg-[#c686df]"
/* SCSS */
$brand: #c686df;
/* SwiftUI */
Color(red: 0.776, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#c686df")Accessibility — WCAG contrast
Aa
#c686df on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c686df on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green52.5%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c686df text on a black background
contrast 7.88:1
Card sample
#c686df text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c686df;
Background color
Panel with #c686df background
background-color: #c686df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c686df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c686df; background: linear-gradient(135deg, #c686df, #DF86BD);