#c68ddf
a light, vivid violet · warm · closest name: plum
RGB
198, 141, 223
HSL
282°, 56%, 71%
CMYK
11, 37, 0, 13
Luminance
0.3638
Every format
| HEX | #c68ddf |
| RGB | rgb(198, 141, 223) |
| HSL | hsl(282, 56%, 71%) |
| CMYK | cmyk(11%, 37%, 0%, 13%) |
| LAB | lab(66.8 36.0 -33.4) |
| LCH | lch(66.8 49.1 317.2) |
| OKLCH | oklch(0.728 0.130 315.1) |
Copy-ready code
/* CSS */
color: #c68ddf;
background-color: #c68ddf;
/* Tailwind (arbitrary) */
class="text-[#c68ddf] bg-[#c68ddf]"
/* SCSS */
$brand: #c68ddf;
/* SwiftUI */
Color(red: 0.776, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#c68ddf")Accessibility — WCAG contrast
Aa
#c68ddf on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c68ddf on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green55.3%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c68ddf text on a black background
contrast 8.28:1
Card sample
#c68ddf text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c68ddf;
Background color
Panel with #c68ddf background
background-color: #c68ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c68ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c68ddf; background: linear-gradient(135deg, #c68ddf, #DF8DC1);