#c898df
a light, vivid violet · warm · closest name: plum
RGB
200, 152, 223
HSL
281°, 53%, 74%
CMYK
10, 32, 0, 13
Luminance
0.4006
Every format
| HEX | #c898df |
| RGB | rgb(200, 152, 223) |
| HSL | hsl(281, 53%, 74%) |
| CMYK | cmyk(10%, 32%, 0%, 13%) |
| LAB | lab(69.5 30.6 -29.2) |
| LCH | lch(69.5 42.3 316.3) |
| OKLCH | oklch(0.749 0.112 314.5) |
Copy-ready code
/* CSS */
color: #c898df;
background-color: #c898df;
/* Tailwind (arbitrary) */
class="text-[#c898df] bg-[#c898df]"
/* SCSS */
$brand: #c898df;
/* SwiftUI */
Color(red: 0.784, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#c898df")Accessibility — WCAG contrast
Aa
#c898df on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c898df on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green59.6%
Blue87.5%
CMYK percentages
Cyan10.3%
Magenta31.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c898df text on a black background
contrast 9.01:1
Card sample
#c898df text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c898df;
Background color
Panel with #c898df background
background-color: #c898df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c898df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c898df; background: linear-gradient(135deg, #c898df, #DF98C7);