#c223df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
194, 35, 223
HSL
291°, 75%, 51%
CMYK
13, 84, 0, 13
Luminance
0.1800
Every format
| HEX | #c223df |
| RGB | rgb(194, 35, 223) |
| HSL | hsl(291, 75%, 51%) |
| CMYK | cmyk(13%, 84%, 0%, 13%) |
| LAB | lab(49.5 80.0 -60.8) |
| LCH | lch(49.5 100.5 322.8) |
| OKLCH | oklch(0.601 0.269 320.5) |
Copy-ready code
/* CSS */
color: #c223df;
background-color: #c223df;
/* Tailwind (arbitrary) */
class="text-[#c223df] bg-[#c223df]"
/* SCSS */
$brand: #c223df;
/* SwiftUI */
Color(red: 0.761, green: 0.137, blue: 0.875)
/* Android */
Color.parseColor("#c223df")Accessibility — WCAG contrast
Aa
#c223df on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c223df on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green13.7%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta84.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c223df text on a black background
contrast 4.60:1
Card sample
#c223df text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c223df;
Background color
Panel with #c223df background
background-color: #c223df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c223df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 35, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 35, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c223df; background: linear-gradient(135deg, #c223df, #DF237F);