#c45eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 94, 178
HSL
311°, 46%, 57%
CMYK
0, 52, 9, 23
Luminance
0.2296
Every format
| HEX | #c45eb2 |
| RGB | rgb(196, 94, 178) |
| HSL | hsl(311, 46%, 57%) |
| CMYK | cmyk(0%, 52%, 9%, 23%) |
| LAB | lab(55.0 51.5 -26.2) |
| LCH | lch(55.0 57.8 333.1) |
| OKLCH | oklch(0.633 0.165 334.5) |
Copy-ready code
/* CSS */
color: #c45eb2;
background-color: #c45eb2;
/* Tailwind (arbitrary) */
class="text-[#c45eb2] bg-[#c45eb2]"
/* SCSS */
$brand: #c45eb2;
/* SwiftUI */
Color(red: 0.769, green: 0.369, blue: 0.698)
/* Android */
Color.parseColor("#c45eb2")Accessibility — WCAG contrast
Aa
#c45eb2 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c45eb2 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green36.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow9.2%
Key (black)23.1%
Color previews
#c45eb2 text on a black background
contrast 5.59:1
Card sample
#c45eb2 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45eb2;
Background color
Panel with #c45eb2 background
background-color: #c45eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 94, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 94, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45eb2; background: linear-gradient(135deg, #c45eb2, #C45E6E);