#c398e2
a light, vivid violet · warm · closest name: plum
RGB
195, 152, 226
HSL
275°, 56%, 74%
CMYK
14, 33, 0, 11
Luminance
0.3955
Every format
| HEX | #c398e2 |
| RGB | rgb(195, 152, 226) |
| HSL | hsl(275, 56%, 74%) |
| CMYK | cmyk(14%, 33%, 0%, 11%) |
| LAB | lab(69.2 29.6 -31.4) |
| LCH | lch(69.2 43.2 313.3) |
| OKLCH | oklch(0.746 0.113 310.4) |
Copy-ready code
/* CSS */
color: #c398e2;
background-color: #c398e2;
/* Tailwind (arbitrary) */
class="text-[#c398e2] bg-[#c398e2]"
/* SCSS */
$brand: #c398e2;
/* SwiftUI */
Color(red: 0.765, green: 0.596, blue: 0.886)
/* Android */
Color.parseColor("#c398e2")Accessibility — WCAG contrast
Aa
#c398e2 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c398e2 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green59.6%
Blue88.6%
CMYK percentages
Cyan13.7%
Magenta32.7%
Yellow0.0%
Key (black)11.4%
Color previews
#c398e2 text on a black background
contrast 8.91:1
Card sample
#c398e2 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c398e2;
Background color
Panel with #c398e2 background
background-color: #c398e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c398e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 152, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 152, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c398e2; background: linear-gradient(135deg, #c398e2, #E298D0);