#c751b2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 81, 178
HSL
311°, 51%, 55%
CMYK
0, 59, 11, 22
Luminance
0.2124
Every format
| HEX | #c751b2 |
| RGB | rgb(199, 81, 178) |
| HSL | hsl(311, 51%, 55%) |
| CMYK | cmyk(0%, 59%, 11%, 22%) |
| LAB | lab(53.2 58.4 -29.0) |
| LCH | lch(53.2 65.2 333.6) |
| OKLCH | oklch(0.621 0.187 335.1) |
Copy-ready code
/* CSS */
color: #c751b2;
background-color: #c751b2;
/* Tailwind (arbitrary) */
class="text-[#c751b2] bg-[#c751b2]"
/* SCSS */
$brand: #c751b2;
/* SwiftUI */
Color(red: 0.780, green: 0.318, blue: 0.698)
/* Android */
Color.parseColor("#c751b2")Accessibility — WCAG contrast
Aa
#c751b2 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c751b2 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green31.8%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta59.3%
Yellow10.6%
Key (black)22.0%
Color previews
#c751b2 text on a black background
contrast 5.25:1
Card sample
#c751b2 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c751b2;
Background color
Panel with #c751b2 background
background-color: #c751b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c751b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 81, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 81, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c751b2; background: linear-gradient(135deg, #c751b2, #C75163);