#c72abc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 42, 188
HSL
304°, 65%, 47%
CMYK
0, 79, 6, 22
Luminance
0.1743
Every format
| HEX | #c72abc |
| RGB | rgb(199, 42, 188) |
| HSL | hsl(304, 65%, 47%) |
| CMYK | cmyk(0%, 79%, 6%, 22%) |
| LAB | lab(48.8 73.7 -41.7) |
| LCH | lch(48.8 84.7 330.5) |
| OKLCH | oklch(0.591 0.240 331.4) |
Copy-ready code
/* CSS */
color: #c72abc;
background-color: #c72abc;
/* Tailwind (arbitrary) */
class="text-[#c72abc] bg-[#c72abc]"
/* SCSS */
$brand: #c72abc;
/* SwiftUI */
Color(red: 0.780, green: 0.165, blue: 0.737)
/* Android */
Color.parseColor("#c72abc")Accessibility — WCAG contrast
Aa
#c72abc on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c72abc on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green16.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow5.5%
Key (black)22.0%
Color previews
#c72abc text on a black background
contrast 4.49:1
Card sample
#c72abc text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72abc;
Background color
Panel with #c72abc background
background-color: #c72abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 42, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 42, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72abc; background: linear-gradient(135deg, #c72abc, #C72A53);