#c151cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
193, 81, 207
HSL
293°, 57%, 57%
CMYK
7, 61, 0, 19
Luminance
0.2173
Every format
| HEX | #c151cf |
| RGB | rgb(193, 81, 207) |
| HSL | hsl(293, 57%, 57%) |
| CMYK | cmyk(7%, 61%, 0%, 19%) |
| LAB | lab(53.7 61.8 -44.9) |
| LCH | lch(53.7 76.4 324.0) |
| OKLCH | oklch(0.628 0.208 323.1) |
Copy-ready code
/* CSS */
color: #c151cf;
background-color: #c151cf;
/* Tailwind (arbitrary) */
class="text-[#c151cf] bg-[#c151cf]"
/* SCSS */
$brand: #c151cf;
/* SwiftUI */
Color(red: 0.757, green: 0.318, blue: 0.812)
/* Android */
Color.parseColor("#c151cf")Accessibility — WCAG contrast
Aa
#c151cf on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c151cf on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green31.8%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta60.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c151cf text on a black background
contrast 5.35:1
Card sample
#c151cf text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c151cf;
Background color
Panel with #c151cf background
background-color: #c151cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c151cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 81, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 81, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c151cf; background: linear-gradient(135deg, #c151cf, #CF5189);