#c596cf
a light, soft violet · warm · closest name: plum
RGB
197, 150, 207
HSL
290°, 37%, 70%
CMYK
5, 28, 0, 19
Luminance
0.3819
Every format
| HEX | #c596cf |
| RGB | rgb(197, 150, 207) |
| HSL | hsl(290, 37%, 70%) |
| CMYK | cmyk(5%, 28%, 0%, 19%) |
| LAB | lab(68.2 27.5 -22.4) |
| LCH | lch(68.2 35.5 320.8) |
| OKLCH | oklch(0.736 0.096 320.4) |
Copy-ready code
/* CSS */
color: #c596cf;
background-color: #c596cf;
/* Tailwind (arbitrary) */
class="text-[#c596cf] bg-[#c596cf]"
/* SCSS */
$brand: #c596cf;
/* SwiftUI */
Color(red: 0.773, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#c596cf")Accessibility — WCAG contrast
Aa
#c596cf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c596cf on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green58.8%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c596cf text on a black background
contrast 8.64:1
Card sample
#c596cf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c596cf;
Background color
Panel with #c596cf background
background-color: #c596cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c596cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c596cf; background: linear-gradient(135deg, #c596cf, #CF96B3);