#c20ddf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
194, 13, 223
HSL
292°, 89%, 46%
CMYK
13, 94, 0, 13
Luminance
0.1708
Every format
| HEX | #c20ddf |
| RGB | rgb(194, 13, 223) |
| HSL | hsl(292, 89%, 46%) |
| CMYK | cmyk(13%, 94%, 0%, 13%) |
| LAB | lab(48.4 83.3 -62.6) |
| LCH | lch(48.4 104.2 323.1) |
| OKLCH | oklch(0.593 0.279 320.8) |
Copy-ready code
/* CSS */
color: #c20ddf;
background-color: #c20ddf;
/* Tailwind (arbitrary) */
class="text-[#c20ddf] bg-[#c20ddf]"
/* SCSS */
$brand: #c20ddf;
/* SwiftUI */
Color(red: 0.761, green: 0.051, blue: 0.875)
/* Android */
Color.parseColor("#c20ddf")Accessibility — WCAG contrast
Aa
#c20ddf on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c20ddf on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green5.1%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta94.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c20ddf text on a black background
contrast 4.42:1
Card sample
#c20ddf text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c20ddf;
Background color
Panel with #c20ddf background
background-color: #c20ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c20ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 13, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 13, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c20ddf; background: linear-gradient(135deg, #c20ddf, #DF0D70);