#c591eb
a light, vivid violet · warm · closest name: plum
RGB
197, 145, 235
HSL
275°, 69%, 75%
CMYK
16, 38, 0, 8
Luminance
0.3812
Every format
| HEX | #c591eb |
| RGB | rgb(197, 145, 235) |
| HSL | hsl(275, 69%, 75%) |
| CMYK | cmyk(16%, 38%, 0%, 8%) |
| LAB | lab(68.1 36.0 -38.0) |
| LCH | lch(68.1 52.4 313.5) |
| OKLCH | oklch(0.740 0.137 309.9) |
Copy-ready code
/* CSS */
color: #c591eb;
background-color: #c591eb;
/* Tailwind (arbitrary) */
class="text-[#c591eb] bg-[#c591eb]"
/* SCSS */
$brand: #c591eb;
/* SwiftUI */
Color(red: 0.773, green: 0.569, blue: 0.922)
/* Android */
Color.parseColor("#c591eb")Accessibility — WCAG contrast
Aa
#c591eb on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c591eb on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green56.9%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta38.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c591eb text on a black background
contrast 8.62:1
Card sample
#c591eb text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c591eb;
Background color
Panel with #c591eb background
background-color: #c591eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c591eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 145, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 145, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c591eb; background: linear-gradient(135deg, #c591eb, #EB91D5);