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