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