#c752cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 82, 207
HSL
296°, 57%, 57%
CMYK
4, 60, 0, 19
Luminance
0.2268
Every format
| HEX | #c752cf |
| RGB | rgb(199, 82, 207) |
| HSL | hsl(296, 57%, 57%) |
| CMYK | cmyk(4%, 60%, 0%, 19%) |
| LAB | lab(54.8 62.9 -43.3) |
| LCH | lch(54.8 76.3 325.5) |
| OKLCH | oklch(0.637 0.209 325.1) |
Copy-ready code
/* CSS */
color: #c752cf;
background-color: #c752cf;
/* Tailwind (arbitrary) */
class="text-[#c752cf] bg-[#c752cf]"
/* SCSS */
$brand: #c752cf;
/* SwiftUI */
Color(red: 0.780, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#c752cf")Accessibility — WCAG contrast
Aa
#c752cf on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c752cf on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green32.2%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#c752cf text on a black background
contrast 5.54:1
Card sample
#c752cf text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c752cf;
Background color
Panel with #c752cf background
background-color: #c752cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c752cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c752cf; background: linear-gradient(135deg, #c752cf, #CF5284);