#c495df
a light, vivid violet · warm · closest name: plum
RGB
196, 149, 223
HSL
278°, 54%, 73%
CMYK
12, 33, 0, 13
Luminance
0.3856
Every format
| HEX | #c495df |
| RGB | rgb(196, 149, 223) |
| HSL | hsl(278, 54%, 73%) |
| CMYK | cmyk(12%, 33%, 0%, 13%) |
| LAB | lab(68.4 31.0 -30.9) |
| LCH | lch(68.4 43.7 315.1) |
| OKLCH | oklch(0.740 0.115 312.7) |
Copy-ready code
/* CSS */
color: #c495df;
background-color: #c495df;
/* Tailwind (arbitrary) */
class="text-[#c495df] bg-[#c495df]"
/* SCSS */
$brand: #c495df;
/* SwiftUI */
Color(red: 0.769, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#c495df")Accessibility — WCAG contrast
Aa
#c495df on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c495df on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green58.4%
Blue87.5%
CMYK percentages
Cyan12.1%
Magenta33.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c495df text on a black background
contrast 8.71:1
Card sample
#c495df text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c495df;
Background color
Panel with #c495df background
background-color: #c495df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c495df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c495df; background: linear-gradient(135deg, #c495df, #DF95C9);