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