#c586eb
a light, vivid violet · warm · closest name: orchid
RGB
197, 134, 235
HSL
277°, 72%, 72%
CMYK
16, 43, 0, 8
Luminance
0.3492
Every format
| HEX | #c586eb |
| RGB | rgb(197, 134, 235) |
| HSL | hsl(277, 72%, 72%) |
| CMYK | cmyk(16%, 43%, 0%, 8%) |
| LAB | lab(65.7 42.0 -41.8) |
| LCH | lch(65.7 59.2 315.2) |
| OKLCH | oklch(0.721 0.155 311.7) |
Copy-ready code
/* CSS */
color: #c586eb;
background-color: #c586eb;
/* Tailwind (arbitrary) */
class="text-[#c586eb] bg-[#c586eb]"
/* SCSS */
$brand: #c586eb;
/* SwiftUI */
Color(red: 0.773, green: 0.525, blue: 0.922)
/* Android */
Color.parseColor("#c586eb")Accessibility — WCAG contrast
Aa
#c586eb on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c586eb on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green52.5%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta43.0%
Yellow0.0%
Key (black)7.8%
Color previews
#c586eb text on a black background
contrast 7.98:1
Card sample
#c586eb text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c586eb;
Background color
Panel with #c586eb background
background-color: #c586eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c586eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 134, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 134, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c586eb; background: linear-gradient(135deg, #c586eb, #EB86CE);