#c45eb4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 94, 180
HSL
309°, 46%, 57%
CMYK
0, 52, 8, 23
Luminance
0.2304
Every format
| HEX | #c45eb4 |
| RGB | rgb(196, 94, 180) |
| HSL | hsl(309, 46%, 57%) |
| CMYK | cmyk(0%, 52%, 8%, 23%) |
| LAB | lab(55.1 51.9 -27.2) |
| LCH | lch(55.1 58.6 332.3) |
| OKLCH | oklch(0.634 0.167 333.7) |
Copy-ready code
/* CSS */
color: #c45eb4;
background-color: #c45eb4;
/* Tailwind (arbitrary) */
class="text-[#c45eb4] bg-[#c45eb4]"
/* SCSS */
$brand: #c45eb4;
/* SwiftUI */
Color(red: 0.769, green: 0.369, blue: 0.706)
/* Android */
Color.parseColor("#c45eb4")Accessibility — WCAG contrast
Aa
#c45eb4 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c45eb4 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green36.9%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow8.2%
Key (black)23.1%
Color previews
#c45eb4 text on a black background
contrast 5.61:1
Card sample
#c45eb4 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45eb4;
Background color
Panel with #c45eb4 background
background-color: #c45eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 94, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 94, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45eb4; background: linear-gradient(135deg, #c45eb4, #C45E70);