#c72ec7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 46, 199
HSL
300°, 62%, 48%
CMYK
0, 77, 0, 22
Luminance
0.1822
Every format
| HEX | #c72ec7 |
| RGB | rgb(199, 46, 199) |
| HSL | hsl(300, 62%, 48%) |
| CMYK | cmyk(0%, 77%, 0%, 22%) |
| LAB | lab(49.8 74.4 -46.6) |
| LCH | lch(49.8 87.7 327.9) |
| OKLCH | oklch(0.599 0.244 328.1) |
Copy-ready code
/* CSS */
color: #c72ec7;
background-color: #c72ec7;
/* Tailwind (arbitrary) */
class="text-[#c72ec7] bg-[#c72ec7]"
/* SCSS */
$brand: #c72ec7;
/* SwiftUI */
Color(red: 0.780, green: 0.180, blue: 0.780)
/* Android */
Color.parseColor("#c72ec7")Accessibility — WCAG contrast
Aa
#c72ec7 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c72ec7 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green18.0%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta76.9%
Yellow0.0%
Key (black)22.0%
Color previews
#c72ec7 text on a black background
contrast 4.64:1
Card sample
#c72ec7 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c72ec7;
Background color
Panel with #c72ec7 background
background-color: #c72ec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c72ec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 46, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 46, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c72ec7; background: linear-gradient(135deg, #c72ec7, #C72E61);