#c295eb
a light, vivid violet · warm · closest name: plum
RGB
194, 149, 235
HSL
271°, 68%, 75%
CMYK
17, 37, 0, 8
Luminance
0.3896
Every format
| HEX | #c295eb |
| RGB | rgb(194, 149, 235) |
| HSL | hsl(271, 68%, 75%) |
| CMYK | cmyk(17%, 37%, 0%, 8%) |
| LAB | lab(68.7 33.0 -37.0) |
| LCH | lch(68.7 49.6 311.7) |
| OKLCH | oklch(0.744 0.129 307.5) |
Copy-ready code
/* CSS */
color: #c295eb;
background-color: #c295eb;
/* Tailwind (arbitrary) */
class="text-[#c295eb] bg-[#c295eb]"
/* SCSS */
$brand: #c295eb;
/* SwiftUI */
Color(red: 0.761, green: 0.584, blue: 0.922)
/* Android */
Color.parseColor("#c295eb")Accessibility — WCAG contrast
Aa
#c295eb on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c295eb on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green58.4%
Blue92.2%
CMYK percentages
Cyan17.4%
Magenta36.6%
Yellow0.0%
Key (black)7.8%
Color previews
#c295eb text on a black background
contrast 8.79:1
Card sample
#c295eb text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c295eb;
Background color
Panel with #c295eb background
background-color: #c295eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c295eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 149, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 149, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c295eb; background: linear-gradient(135deg, #c295eb, #EB95DB);