#c286cf
a light, soft violet · warm · closest name: plum
RGB
194, 134, 207
HSL
289°, 43%, 67%
CMYK
6, 35, 0, 19
Luminance
0.3302
Every format
| HEX | #c286cf |
| RGB | rgb(194, 134, 207) |
| HSL | hsl(289, 43%, 67%) |
| CMYK | cmyk(6%, 35%, 0%, 19%) |
| LAB | lab(64.2 35.3 -28.6) |
| LCH | lch(64.2 45.4 321.0) |
| OKLCH | oklch(0.705 0.122 320.3) |
Copy-ready code
/* CSS */
color: #c286cf;
background-color: #c286cf;
/* Tailwind (arbitrary) */
class="text-[#c286cf] bg-[#c286cf]"
/* SCSS */
$brand: #c286cf;
/* SwiftUI */
Color(red: 0.761, green: 0.525, blue: 0.812)
/* Android */
Color.parseColor("#c286cf")Accessibility — WCAG contrast
Aa
#c286cf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c286cf on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green52.5%
Blue81.2%
CMYK percentages
Cyan6.3%
Magenta35.3%
Yellow0.0%
Key (black)18.8%
Color previews
#c286cf text on a black background
contrast 7.60:1
Card sample
#c286cf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c286cf;
Background color
Panel with #c286cf background
background-color: #c286cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c286cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 134, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 134, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c286cf; background: linear-gradient(135deg, #c286cf, #CF86AB);