#c28fdf
a light, vivid violet · warm · closest name: plum
RGB
194, 143, 223
HSL
278°, 56%, 72%
CMYK
13, 36, 0, 13
Luminance
0.3644
Every format
| HEX | #c28fdf |
| RGB | rgb(194, 143, 223) |
| HSL | hsl(278, 56%, 72%) |
| CMYK | cmyk(13%, 36%, 0%, 13%) |
| LAB | lab(66.9 33.7 -33.3) |
| LCH | lch(66.9 47.4 315.3) |
| OKLCH | oklch(0.728 0.125 312.7) |
Copy-ready code
/* CSS */
color: #c28fdf;
background-color: #c28fdf;
/* Tailwind (arbitrary) */
class="text-[#c28fdf] bg-[#c28fdf]"
/* SCSS */
$brand: #c28fdf;
/* SwiftUI */
Color(red: 0.761, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#c28fdf")Accessibility — WCAG contrast
Aa
#c28fdf on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28fdf on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green56.1%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c28fdf text on a black background
contrast 8.29:1
Card sample
#c28fdf text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28fdf;
Background color
Panel with #c28fdf background
background-color: #c28fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28fdf; background: linear-gradient(135deg, #c28fdf, #DF8FC7);