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