#c28bdf
a light, vivid violet · warm · closest name: plum
RGB
194, 139, 223
HSL
279°, 57%, 71%
CMYK
13, 38, 0, 13
Luminance
0.3526
Every format
| HEX | #c28bdf |
| RGB | rgb(194, 139, 223) |
| HSL | hsl(279, 57%, 71%) |
| CMYK | cmyk(13%, 38%, 0%, 13%) |
| LAB | lab(66.0 35.9 -34.7) |
| LCH | lch(66.0 49.9 315.9) |
| OKLCH | oklch(0.721 0.132 313.4) |
Copy-ready code
/* CSS */
color: #c28bdf;
background-color: #c28bdf;
/* Tailwind (arbitrary) */
class="text-[#c28bdf] bg-[#c28bdf]"
/* SCSS */
$brand: #c28bdf;
/* SwiftUI */
Color(red: 0.761, green: 0.545, blue: 0.875)
/* Android */
Color.parseColor("#c28bdf")Accessibility — WCAG contrast
Aa
#c28bdf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c28bdf on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green54.5%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta37.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c28bdf text on a black background
contrast 8.05:1
Card sample
#c28bdf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c28bdf;
Background color
Panel with #c28bdf background
background-color: #c28bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c28bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 139, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 139, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c28bdf; background: linear-gradient(135deg, #c28bdf, #DF8BC4);