#c68cdf
a light, vivid violet · warm · closest name: plum
RGB
198, 140, 223
HSL
282°, 57%, 71%
CMYK
11, 37, 0, 13
Luminance
0.3609
Every format
| HEX | #c68cdf |
| RGB | rgb(198, 140, 223) |
| HSL | hsl(282, 57%, 71%) |
| CMYK | cmyk(11%, 37%, 0%, 13%) |
| LAB | lab(66.6 36.5 -33.7) |
| LCH | lch(66.6 49.7 317.3) |
| OKLCH | oklch(0.727 0.132 315.3) |
Copy-ready code
/* CSS */
color: #c68cdf;
background-color: #c68cdf;
/* Tailwind (arbitrary) */
class="text-[#c68cdf] bg-[#c68cdf]"
/* SCSS */
$brand: #c68cdf;
/* SwiftUI */
Color(red: 0.776, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#c68cdf")Accessibility — WCAG contrast
Aa
#c68cdf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c68cdf on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green54.9%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c68cdf text on a black background
contrast 8.22:1
Card sample
#c68cdf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68cdf;
Background color
Panel with #c68cdf background
background-color: #c68cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68cdf; background: linear-gradient(135deg, #c68cdf, #DF8CC1);