#c59ddf
a light, vivid violet · warm · closest name: plum
RGB
197, 157, 223
HSL
276°, 51%, 75%
CMYK
12, 30, 0, 13
Luminance
0.4131
Every format
| HEX | #c59ddf |
| RGB | rgb(197, 157, 223) |
| HSL | hsl(276, 51%, 75%) |
| CMYK | cmyk(12%, 30%, 0%, 13%) |
| LAB | lab(70.4 26.9 -27.9) |
| LCH | lch(70.4 38.7 314.0) |
| OKLCH | oklch(0.755 0.102 311.6) |
Copy-ready code
/* CSS */
color: #c59ddf;
background-color: #c59ddf;
/* Tailwind (arbitrary) */
class="text-[#c59ddf] bg-[#c59ddf]"
/* SCSS */
$brand: #c59ddf;
/* SwiftUI */
Color(red: 0.773, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#c59ddf")Accessibility — WCAG contrast
Aa
#c59ddf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c59ddf on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green61.6%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c59ddf text on a black background
contrast 9.26:1
Card sample
#c59ddf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c59ddf;
Background color
Panel with #c59ddf background
background-color: #c59ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c59ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c59ddf; background: linear-gradient(135deg, #c59ddf, #DF9DCD);