#c690df
a light, vivid violet · warm · closest name: plum
RGB
198, 144, 223
HSL
281°, 55%, 72%
CMYK
11, 35, 0, 13
Luminance
0.3728
Every format
| HEX | #c690df |
| RGB | rgb(198, 144, 223) |
| HSL | hsl(281, 55%, 72%) |
| CMYK | cmyk(11%, 35%, 0%, 13%) |
| LAB | lab(67.5 34.4 -32.3) |
| LCH | lch(67.5 47.2 316.7) |
| OKLCH | oklch(0.733 0.125 314.7) |
Copy-ready code
/* CSS */
color: #c690df;
background-color: #c690df;
/* Tailwind (arbitrary) */
class="text-[#c690df] bg-[#c690df]"
/* SCSS */
$brand: #c690df;
/* SwiftUI */
Color(red: 0.776, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#c690df")Accessibility — WCAG contrast
Aa
#c690df on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c690df on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green56.5%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c690df text on a black background
contrast 8.46:1
Card sample
#c690df text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c690df;
Background color
Panel with #c690df background
background-color: #c690df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c690df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c690df; background: linear-gradient(135deg, #c690df, #DF90C3);