#c398e7
a light, vivid violet · warm · closest name: plum
RGB
195, 152, 231
HSL
273°, 62%, 75%
CMYK
16, 34, 0, 9
Luminance
0.3983
Every format
| HEX | #c398e7 |
| RGB | rgb(195, 152, 231) |
| HSL | hsl(273, 62%, 75%) |
| CMYK | cmyk(16%, 34%, 0%, 9%) |
| LAB | lab(69.3 30.7 -33.9) |
| LCH | lch(69.3 45.7 312.2) |
| OKLCH | oklch(0.748 0.119 308.7) |
Copy-ready code
/* CSS */
color: #c398e7;
background-color: #c398e7;
/* Tailwind (arbitrary) */
class="text-[#c398e7] bg-[#c398e7]"
/* SCSS */
$brand: #c398e7;
/* SwiftUI */
Color(red: 0.765, green: 0.596, blue: 0.906)
/* Android */
Color.parseColor("#c398e7")Accessibility — WCAG contrast
Aa
#c398e7 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c398e7 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green59.6%
Blue90.6%
CMYK percentages
Cyan15.6%
Magenta34.2%
Yellow0.0%
Key (black)9.4%
Color previews
#c398e7 text on a black background
contrast 8.97:1
Card sample
#c398e7 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c398e7;
Background color
Panel with #c398e7 background
background-color: #c398e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c398e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 152, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 152, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c398e7; background: linear-gradient(135deg, #c398e7, #E798D6);