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