#c495cf
a light, soft violet · warm · closest name: plum
RGB
196, 149, 207
HSL
289°, 38%, 70%
CMYK
5, 28, 0, 19
Luminance
0.3774
Every format
| HEX | #c495cf |
| RGB | rgb(196, 149, 207) |
| HSL | hsl(289, 38%, 70%) |
| CMYK | cmyk(5%, 28%, 0%, 19%) |
| LAB | lab(67.8 27.7 -23.0) |
| LCH | lch(67.8 36.0 320.4) |
| OKLCH | oklch(0.734 0.097 319.9) |
Copy-ready code
/* CSS */
color: #c495cf;
background-color: #c495cf;
/* Tailwind (arbitrary) */
class="text-[#c495cf] bg-[#c495cf]"
/* SCSS */
$brand: #c495cf;
/* SwiftUI */
Color(red: 0.769, green: 0.584, blue: 0.812)
/* Android */
Color.parseColor("#c495cf")Accessibility — WCAG contrast
Aa
#c495cf on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c495cf on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green58.4%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta28.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c495cf text on a black background
contrast 8.55:1
Card sample
#c495cf text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c495cf;
Background color
Panel with #c495cf background
background-color: #c495cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c495cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 149, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 149, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c495cf; background: linear-gradient(135deg, #c495cf, #CF95B3);