#c72ad5
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 42, 213
HSL
295°, 67%, 50%
CMYK
7, 80, 0, 17
Luminance
0.1860
Every format
| HEX | #c72ad5 |
| RGB | rgb(199, 42, 213) |
| HSL | hsl(295, 67%, 50%) |
| CMYK | cmyk(7%, 80%, 0%, 17%) |
| LAB | lab(50.2 77.6 -53.9) |
| LCH | lch(50.2 94.5 325.2) |
| OKLCH | oklch(0.605 0.258 324.3) |
Copy-ready code
/* CSS */
color: #c72ad5;
background-color: #c72ad5;
/* Tailwind (arbitrary) */
class="text-[#c72ad5] bg-[#c72ad5]"
/* SCSS */
$brand: #c72ad5;
/* SwiftUI */
Color(red: 0.780, green: 0.165, blue: 0.835)
/* Android */
Color.parseColor("#c72ad5")Accessibility — WCAG contrast
Aa
#c72ad5 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c72ad5 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green16.5%
Blue83.5%
CMYK percentages
Cyan6.6%
Magenta80.3%
Yellow0.0%
Key (black)16.5%
Color previews
#c72ad5 text on a black background
contrast 4.72:1
Card sample
#c72ad5 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72ad5;
Background color
Panel with #c72ad5 background
background-color: #c72ad5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72ad5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 42, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 42, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72ad5; background: linear-gradient(135deg, #c72ad5, #D52A71);