#c72eb6
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 46, 182
HSL
307°, 62%, 48%
CMYK
0, 77, 9, 22
Luminance
0.1747
Every format
| HEX | #c72eb6 |
| RGB | rgb(199, 46, 182) |
| HSL | hsl(307, 62%, 48%) |
| CMYK | cmyk(0%, 77%, 9%, 22%) |
| LAB | lab(48.9 71.8 -38.1) |
| LCH | lch(48.9 81.3 332.0) |
| OKLCH | oklch(0.590 0.232 333.2) |
Copy-ready code
/* CSS */
color: #c72eb6;
background-color: #c72eb6;
/* Tailwind (arbitrary) */
class="text-[#c72eb6] bg-[#c72eb6]"
/* SCSS */
$brand: #c72eb6;
/* SwiftUI */
Color(red: 0.780, green: 0.180, blue: 0.714)
/* Android */
Color.parseColor("#c72eb6")Accessibility — WCAG contrast
Aa
#c72eb6 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c72eb6 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green18.0%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta76.9%
Yellow8.5%
Key (black)22.0%
Color previews
#c72eb6 text on a black background
contrast 4.49:1
Card sample
#c72eb6 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72eb6;
Background color
Panel with #c72eb6 background
background-color: #c72eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 46, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 46, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72eb6; background: linear-gradient(135deg, #c72eb6, #C72E50);