#c732cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 50, 207
HSL
297°, 62%, 50%
CMYK
4, 76, 0, 19
Luminance
0.1893
Every format
| HEX | #c732cf |
| RGB | rgb(199, 50, 207) |
| HSL | hsl(297, 62%, 50%) |
| CMYK | cmyk(4%, 76%, 0%, 19%) |
| LAB | lab(50.6 74.5 -49.8) |
| LCH | lch(50.6 89.7 326.2) |
| OKLCH | oklch(0.607 0.247 325.8) |
Copy-ready code
/* CSS */
color: #c732cf;
background-color: #c732cf;
/* Tailwind (arbitrary) */
class="text-[#c732cf] bg-[#c732cf]"
/* SCSS */
$brand: #c732cf;
/* SwiftUI */
Color(red: 0.780, green: 0.196, blue: 0.812)
/* Android */
Color.parseColor("#c732cf")Accessibility — WCAG contrast
Aa
#c732cf on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c732cf on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green19.6%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta75.8%
Yellow0.0%
Key (black)18.8%
Color previews
#c732cf text on a black background
contrast 4.79:1
Card sample
#c732cf text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c732cf;
Background color
Panel with #c732cf background
background-color: #c732cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c732cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 50, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 50, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c732cf; background: linear-gradient(135deg, #c732cf, #CF326E);