#c59bdf
a light, vivid violet · warm · closest name: plum
RGB
197, 155, 223
HSL
277°, 52%, 74%
CMYK
12, 31, 0, 13
Luminance
0.4064
Every format
| HEX | #c59bdf |
| RGB | rgb(197, 155, 223) |
| HSL | hsl(277, 52%, 74%) |
| CMYK | cmyk(12%, 31%, 0%, 13%) |
| LAB | lab(69.9 28.0 -28.6) |
| LCH | lch(69.9 40.0 314.4) |
| OKLCH | oklch(0.752 0.105 312.1) |
Copy-ready code
/* CSS */
color: #c59bdf;
background-color: #c59bdf;
/* Tailwind (arbitrary) */
class="text-[#c59bdf] bg-[#c59bdf]"
/* SCSS */
$brand: #c59bdf;
/* SwiftUI */
Color(red: 0.773, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#c59bdf")Accessibility — WCAG contrast
Aa
#c59bdf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c59bdf on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green60.8%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c59bdf text on a black background
contrast 9.13:1
Card sample
#c59bdf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c59bdf;
Background color
Panel with #c59bdf background
background-color: #c59bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c59bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c59bdf; background: linear-gradient(135deg, #c59bdf, #DF9BCC);