#c09cdf
a light, vivid violet · warm · closest name: plum
RGB
192, 156, 223
HSL
272°, 51%, 74%
CMYK
14, 30, 0, 13
Luminance
0.4031
Every format
| HEX | #c09cdf |
| RGB | rgb(192, 156, 223) |
| HSL | hsl(272, 51%, 74%) |
| CMYK | cmyk(14%, 30%, 0%, 13%) |
| LAB | lab(69.7 25.9 -29.0) |
| LCH | lch(69.7 38.8 311.8) |
| OKLCH | oklch(0.749 0.102 308.6) |
Copy-ready code
/* CSS */
color: #c09cdf;
background-color: #c09cdf;
/* Tailwind (arbitrary) */
class="text-[#c09cdf] bg-[#c09cdf]"
/* SCSS */
$brand: #c09cdf;
/* SwiftUI */
Color(red: 0.753, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#c09cdf")Accessibility — WCAG contrast
Aa
#c09cdf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c09cdf on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green61.2%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c09cdf text on a black background
contrast 9.06:1
Card sample
#c09cdf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c09cdf;
Background color
Panel with #c09cdf background
background-color: #c09cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c09cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c09cdf; background: linear-gradient(135deg, #c09cdf, #DF9CD1);