#c398e4
a light, vivid violet · warm · closest name: plum
RGB
195, 152, 228
HSL
274°, 59%, 75%
CMYK
15, 33, 0, 11
Luminance
0.3966
Every format
| HEX | #c398e4 |
| RGB | rgb(195, 152, 228) |
| HSL | hsl(274, 59%, 75%) |
| CMYK | cmyk(15%, 33%, 0%, 11%) |
| LAB | lab(69.2 30.1 -32.4) |
| LCH | lch(69.2 44.2 312.9) |
| OKLCH | oklch(0.747 0.116 309.7) |
Copy-ready code
/* CSS */
color: #c398e4;
background-color: #c398e4;
/* Tailwind (arbitrary) */
class="text-[#c398e4] bg-[#c398e4]"
/* SCSS */
$brand: #c398e4;
/* SwiftUI */
Color(red: 0.765, green: 0.596, blue: 0.894)
/* Android */
Color.parseColor("#c398e4")Accessibility — WCAG contrast
Aa
#c398e4 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c398e4 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green59.6%
Blue89.4%
CMYK percentages
Cyan14.5%
Magenta33.3%
Yellow0.0%
Key (black)10.6%
Color previews
#c398e4 text on a black background
contrast 8.93:1
Card sample
#c398e4 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c398e4;
Background color
Panel with #c398e4 background
background-color: #c398e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c398e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 152, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 152, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c398e4; background: linear-gradient(135deg, #c398e4, #E498D2);