#c286eb
a light, vivid violet · warm · closest name: orchid
RGB
194, 134, 235
HSL
276°, 72%, 72%
CMYK
17, 43, 0, 8
Luminance
0.3452
Every format
| HEX | #c286eb |
| RGB | rgb(194, 134, 235) |
| HSL | hsl(276, 72%, 72%) |
| CMYK | cmyk(17%, 43%, 0%, 8%) |
| LAB | lab(65.4 41.2 -42.3) |
| LCH | lch(65.4 59.0 314.2) |
| OKLCH | oklch(0.718 0.154 310.4) |
Copy-ready code
/* CSS */
color: #c286eb;
background-color: #c286eb;
/* Tailwind (arbitrary) */
class="text-[#c286eb] bg-[#c286eb]"
/* SCSS */
$brand: #c286eb;
/* SwiftUI */
Color(red: 0.761, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#c286eb")Accessibility — WCAG contrast
Aa
#c286eb on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c286eb on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green52.5%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#c286eb text on a black background
contrast 7.90:1
Card sample
#c286eb text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c286eb;
Background color
Panel with #c286eb background
background-color: #c286eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c286eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c286eb; background: linear-gradient(135deg, #c286eb, #EB86D1);