#c45eb7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 94, 183
HSL
308°, 46%, 57%
CMYK
0, 52, 7, 23
Luminance
0.2316
Every format
| HEX | #c45eb7 |
| RGB | rgb(196, 94, 183) |
| HSL | hsl(308, 46%, 57%) |
| CMYK | cmyk(0%, 52%, 7%, 23%) |
| LAB | lab(55.2 52.4 -28.8) |
| LCH | lch(55.2 59.8 331.2) |
| OKLCH | oklch(0.636 0.169 332.4) |
Copy-ready code
/* CSS */
color: #c45eb7;
background-color: #c45eb7;
/* Tailwind (arbitrary) */
class="text-[#c45eb7] bg-[#c45eb7]"
/* SCSS */
$brand: #c45eb7;
/* SwiftUI */
Color(red: 0.769, green: 0.369, blue: 0.718)
/* Android */
Color.parseColor("#c45eb7")Accessibility — WCAG contrast
Aa
#c45eb7 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c45eb7 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green36.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow6.6%
Key (black)23.1%
Color previews
#c45eb7 text on a black background
contrast 5.63:1
Card sample
#c45eb7 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45eb7;
Background color
Panel with #c45eb7 background
background-color: #c45eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 94, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 94, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45eb7; background: linear-gradient(135deg, #c45eb7, #C45E73);