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