#c24cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
194, 76, 223
HSL
288°, 70%, 59%
CMYK
13, 66, 0, 13
Luminance
0.2197
Every format
| HEX | #c24cdf |
| RGB | rgb(194, 76, 223) |
| HSL | hsl(288, 70%, 59%) |
| CMYK | cmyk(13%, 66%, 0%, 13%) |
| LAB | lab(54.0 67.1 -53.6) |
| LCH | lch(54.0 85.9 321.4) |
| OKLCH | oklch(0.632 0.229 319.1) |
Copy-ready code
/* CSS */
color: #c24cdf;
background-color: #c24cdf;
/* Tailwind (arbitrary) */
class="text-[#c24cdf] bg-[#c24cdf]"
/* SCSS */
$brand: #c24cdf;
/* SwiftUI */
Color(red: 0.761, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#c24cdf")Accessibility — WCAG contrast
Aa
#c24cdf on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c24cdf on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green29.8%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#c24cdf text on a black background
contrast 5.39:1
Card sample
#c24cdf text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c24cdf;
Background color
Panel with #c24cdf background
background-color: #c24cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c24cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c24cdf; background: linear-gradient(135deg, #c24cdf, #DF4C9A);