#c28ddf
a light, vivid violet · warm · closest name: plum
RGB
194, 141, 223
HSL
279°, 56%, 71%
CMYK
13, 37, 0, 13
Luminance
0.3585
Every format
| HEX | #c28ddf |
| RGB | rgb(194, 141, 223) |
| HSL | hsl(279, 56%, 71%) |
| CMYK | cmyk(13%, 37%, 0%, 13%) |
| LAB | lab(66.4 34.8 -34.0) |
| LCH | lch(66.4 48.7 315.6) |
| OKLCH | oklch(0.724 0.128 313.0) |
Copy-ready code
/* CSS */
color: #c28ddf;
background-color: #c28ddf;
/* Tailwind (arbitrary) */
class="text-[#c28ddf] bg-[#c28ddf]"
/* SCSS */
$brand: #c28ddf;
/* SwiftUI */
Color(red: 0.761, green: 0.553, blue: 0.875)
/* Android */
Color.parseColor("#c28ddf")Accessibility — WCAG contrast
Aa
#c28ddf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28ddf on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green55.3%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta36.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c28ddf text on a black background
contrast 8.17:1
Card sample
#c28ddf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28ddf;
Background color
Panel with #c28ddf background
background-color: #c28ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 141, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 141, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28ddf; background: linear-gradient(135deg, #c28ddf, #DF8DC5);