#c23cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
194, 60, 223
HSL
289°, 72%, 56%
CMYK
13, 73, 0, 13
Luminance
0.2003
Every format
| HEX | #c23cdf |
| RGB | rgb(194, 60, 223) |
| HSL | hsl(289, 72%, 56%) |
| CMYK | cmyk(13%, 73%, 0%, 13%) |
| LAB | lab(51.9 73.1 -57.0) |
| LCH | lch(51.9 92.7 322.1) |
| OKLCH | oklch(0.617 0.247 319.8) |
Copy-ready code
/* CSS */
color: #c23cdf;
background-color: #c23cdf;
/* Tailwind (arbitrary) */
class="text-[#c23cdf] bg-[#c23cdf]"
/* SCSS */
$brand: #c23cdf;
/* SwiftUI */
Color(red: 0.761, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#c23cdf")Accessibility — WCAG contrast
Aa
#c23cdf on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c23cdf on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green23.5%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c23cdf text on a black background
contrast 5.01:1
Card sample
#c23cdf text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c23cdf;
Background color
Panel with #c23cdf background
background-color: #c23cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c23cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c23cdf; background: linear-gradient(135deg, #c23cdf, #DF3C8F);