#c930df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
201, 48, 223
HSL
293°, 73%, 53%
CMYK
10, 79, 0, 13
Luminance
0.1986
Every format
| HEX | #c930df |
| RGB | rgb(201, 48, 223) |
| HSL | hsl(293, 73%, 53%) |
| CMYK | cmyk(10%, 79%, 0%, 13%) |
| LAB | lab(51.7 78.1 -57.2) |
| LCH | lch(51.7 96.8 323.8) |
| OKLCH | oklch(0.618 0.261 322.2) |
Copy-ready code
/* CSS */
color: #c930df;
background-color: #c930df;
/* Tailwind (arbitrary) */
class="text-[#c930df] bg-[#c930df]"
/* SCSS */
$brand: #c930df;
/* SwiftUI */
Color(red: 0.788, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#c930df")Accessibility — WCAG contrast
Aa
#c930df on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c930df on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green18.8%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c930df text on a black background
contrast 4.97:1
Card sample
#c930df text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c930df;
Background color
Panel with #c930df background
background-color: #c930df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c930df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c930df; background: linear-gradient(135deg, #c930df, #DF3080);