#c296cf
a light, soft violet · warm · closest name: plum
RGB
194, 150, 207
HSL
286°, 37%, 70%
CMYK
6, 28, 0, 19
Luminance
0.3779
Every format
| HEX | #c296cf |
| RGB | rgb(194, 150, 207) |
| HSL | hsl(286, 37%, 70%) |
| CMYK | cmyk(6%, 28%, 0%, 19%) |
| LAB | lab(67.9 26.5 -22.9) |
| LCH | lch(67.9 35.0 319.2) |
| OKLCH | oklch(0.733 0.094 318.4) |
Copy-ready code
/* CSS */
color: #c296cf;
background-color: #c296cf;
/* Tailwind (arbitrary) */
class="text-[#c296cf] bg-[#c296cf]"
/* SCSS */
$brand: #c296cf;
/* SwiftUI */
Color(red: 0.761, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#c296cf")Accessibility — WCAG contrast
Aa
#c296cf on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c296cf on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green58.8%
Blue81.2%
CMYK percentages
Cyan6.3%
Magenta27.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c296cf text on a black background
contrast 8.56:1
Card sample
#c296cf text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c296cf;
Background color
Panel with #c296cf background
background-color: #c296cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c296cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c296cf; background: linear-gradient(135deg, #c296cf, #CF96B6);