#c486df
a light, vivid violet · warm · closest name: orchid
RGB
196, 134, 223
HSL
282°, 58%, 70%
CMYK
12, 40, 0, 13
Luminance
0.3411
Every format
| HEX | #c486df |
| RGB | rgb(196, 134, 223) |
| HSL | hsl(282, 58%, 70%) |
| CMYK | cmyk(12%, 40%, 0%, 13%) |
| LAB | lab(65.0 39.2 -36.1) |
| LCH | lch(65.0 53.3 317.3) |
| OKLCH | oklch(0.715 0.141 315.1) |
Copy-ready code
/* CSS */
color: #c486df;
background-color: #c486df;
/* Tailwind (arbitrary) */
class="text-[#c486df] bg-[#c486df]"
/* SCSS */
$brand: #c486df;
/* SwiftUI */
Color(red: 0.769, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#c486df")Accessibility — WCAG contrast
Aa
#c486df on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c486df on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green52.5%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta39.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c486df text on a black background
contrast 7.82:1
Card sample
#c486df text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c486df;
Background color
Panel with #c486df background
background-color: #c486df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c486df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c486df; background: linear-gradient(135deg, #c486df, #DF86BF);