#c698df
a light, vivid violet · warm · closest name: plum
RGB
198, 152, 223
HSL
279°, 53%, 74%
CMYK
11, 32, 0, 13
Luminance
0.3979
Every format
| HEX | #c698df |
| RGB | rgb(198, 152, 223) |
| HSL | hsl(279, 53%, 74%) |
| CMYK | cmyk(11%, 32%, 0%, 13%) |
| LAB | lab(69.3 29.9 -29.5) |
| LCH | lch(69.3 42.0 315.4) |
| OKLCH | oklch(0.747 0.111 313.3) |
Copy-ready code
/* CSS */
color: #c698df;
background-color: #c698df;
/* Tailwind (arbitrary) */
class="text-[#c698df] bg-[#c698df]"
/* SCSS */
$brand: #c698df;
/* SwiftUI */
Color(red: 0.776, green: 0.596, blue: 0.875)
/* Android */
Color.parseColor("#c698df")Accessibility — WCAG contrast
Aa
#c698df on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c698df on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green59.6%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta31.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c698df text on a black background
contrast 8.96:1
Card sample
#c698df text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c698df;
Background color
Panel with #c698df background
background-color: #c698df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c698df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 152, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 152, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c698df; background: linear-gradient(135deg, #c698df, #DF98C9);