#c296df
a light, vivid violet · warm · closest name: plum
RGB
194, 150, 223
HSL
276°, 53%, 73%
CMYK
13, 33, 0, 13
Luminance
0.3861
Every format
| HEX | #c296df |
| RGB | rgb(194, 150, 223) |
| HSL | hsl(276, 53%, 73%) |
| CMYK | cmyk(13%, 33%, 0%, 13%) |
| LAB | lab(68.5 29.8 -30.8) |
| LCH | lch(68.5 42.9 314.0) |
| OKLCH | oklch(0.740 0.113 311.3) |
Copy-ready code
/* CSS */
color: #c296df;
background-color: #c296df;
/* Tailwind (arbitrary) */
class="text-[#c296df] bg-[#c296df]"
/* SCSS */
$brand: #c296df;
/* SwiftUI */
Color(red: 0.761, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#c296df")Accessibility — WCAG contrast
Aa
#c296df on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c296df on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green58.8%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c296df text on a black background
contrast 8.72:1
Card sample
#c296df text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c296df;
Background color
Panel with #c296df background
background-color: #c296df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c296df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c296df; background: linear-gradient(135deg, #c296df, #DF96CB);