#cc72cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 114, 207
HSL
298°, 49%, 63%
CMYK
1, 45, 0, 19
Luminance
0.2938
Every format
| HEX | #cc72cf |
| RGB | rgb(204, 114, 207) |
| HSL | hsl(298, 49%, 63%) |
| CMYK | cmyk(1%, 45%, 0%, 19%) |
| LAB | lab(61.1 49.0 -33.2) |
| LCH | lch(61.1 59.2 325.9) |
| OKLCH | oklch(0.685 0.163 326.0) |
Copy-ready code
/* CSS */
color: #cc72cf;
background-color: #cc72cf;
/* Tailwind (arbitrary) */
class="text-[#cc72cf] bg-[#cc72cf]"
/* SCSS */
$brand: #cc72cf;
/* SwiftUI */
Color(red: 0.800, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#cc72cf")Accessibility — WCAG contrast
Aa
#cc72cf on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc72cf on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green44.7%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cc72cf text on a black background
contrast 6.88:1
Card sample
#cc72cf text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc72cf;
Background color
Panel with #cc72cf background
background-color: #cc72cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc72cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc72cf; background: linear-gradient(135deg, #cc72cf, #CF7294);