#c198df
a light, vivid violet · warm · closest name: plum
RGB
193, 152, 223
HSL
275°, 53%, 74%
CMYK
14, 32, 0, 13
Luminance
0.3912
Every format
| HEX | #c198df |
| RGB | rgb(193, 152, 223) |
| HSL | hsl(275, 53%, 74%) |
| CMYK | cmyk(14%, 32%, 0%, 13%) |
| LAB | lab(68.8 28.4 -30.3) |
| LCH | lch(68.8 41.5 313.2) |
| OKLCH | oklch(0.743 0.109 310.3) |
Copy-ready code
/* CSS */
color: #c198df;
background-color: #c198df;
/* Tailwind (arbitrary) */
class="text-[#c198df] bg-[#c198df]"
/* SCSS */
$brand: #c198df;
/* SwiftUI */
Color(red: 0.757, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#c198df")Accessibility — WCAG contrast
Aa
#c198df on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c198df on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green59.6%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta31.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c198df text on a black background
contrast 8.82:1
Card sample
#c198df text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c198df;
Background color
Panel with #c198df background
background-color: #c198df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c198df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c198df; background: linear-gradient(135deg, #c198df, #DF98CE);