#c751c2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 81, 194
HSL
303°, 51%, 55%
CMYK
0, 59, 3, 22
Luminance
0.2192
Every format
| HEX | #c751c2 |
| RGB | rgb(199, 81, 194) |
| HSL | hsl(303, 51%, 55%) |
| CMYK | cmyk(0%, 59%, 3%, 22%) |
| LAB | lab(54.0 61.0 -37.1) |
| LCH | lch(54.0 71.4 328.7) |
| OKLCH | oklch(0.629 0.200 329.3) |
Copy-ready code
/* CSS */
color: #c751c2;
background-color: #c751c2;
/* Tailwind (arbitrary) */
class="text-[#c751c2] bg-[#c751c2]"
/* SCSS */
$brand: #c751c2;
/* SwiftUI */
Color(red: 0.780, green: 0.318, blue: 0.761)
/* Android */
Color.parseColor("#c751c2")Accessibility — WCAG contrast
Aa
#c751c2 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c751c2 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green31.8%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta59.3%
Yellow2.5%
Key (black)22.0%
Color previews
#c751c2 text on a black background
contrast 5.38:1
Card sample
#c751c2 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c751c2;
Background color
Panel with #c751c2 background
background-color: #c751c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c751c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 81, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 81, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c751c2; background: linear-gradient(135deg, #c751c2, #C75173);