#c59df7
a light, electric violet · warm · closest name: plum
RGB
197, 157, 247
HSL
267°, 85%, 79%
CMYK
20, 36, 0, 3
Luminance
0.4270
Every format
| HEX | #c59df7 |
| RGB | rgb(197, 157, 247) |
| HSL | hsl(267, 85%, 79%) |
| CMYK | cmyk(20%, 36%, 0%, 3%) |
| LAB | lab(71.3 32.1 -39.5) |
| LCH | lch(71.3 50.9 309.1) |
| OKLCH | oklch(0.766 0.132 303.9) |
Copy-ready code
/* CSS */
color: #c59df7;
background-color: #c59df7;
/* Tailwind (arbitrary) */
class="text-[#c59df7] bg-[#c59df7]"
/* SCSS */
$brand: #c59df7;
/* SwiftUI */
Color(red: 0.773, green: 0.616, blue: 0.969)
/* Android */
Color.parseColor("#c59df7")Accessibility — WCAG contrast
Aa
#c59df7 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c59df7 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green61.6%
Blue96.9%
CMYK percentages
Cyan20.2%
Magenta36.4%
Yellow0.0%
Key (black)3.1%
Color previews
#c59df7 text on a black background
contrast 9.54:1
Card sample
#c59df7 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c59df7;
Background color
Panel with #c59df7 background
background-color: #c59df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c59df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 157, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 157, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c59df7; background: linear-gradient(135deg, #c59df7, #F79DED);