#c45fd7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 95, 215
HSL
291°, 60%, 61%
CMYK
9, 56, 0, 16
Luminance
0.2483
Every format
| HEX | #c45fd7 |
| RGB | rgb(196, 95, 215) |
| HSL | hsl(291, 60%, 61%) |
| CMYK | cmyk(9%, 56%, 0%, 16%) |
| LAB | lab(56.9 57.7 -44.4) |
| LCH | lch(56.9 72.8 322.4) |
| OKLCH | oklch(0.653 0.196 321.1) |
Copy-ready code
/* CSS */
color: #c45fd7;
background-color: #c45fd7;
/* Tailwind (arbitrary) */
class="text-[#c45fd7] bg-[#c45fd7]"
/* SCSS */
$brand: #c45fd7;
/* SwiftUI */
Color(red: 0.769, green: 0.373, blue: 0.843)
/* Android */
Color.parseColor("#c45fd7")Accessibility — WCAG contrast
Aa
#c45fd7 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c45fd7 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green37.3%
Blue84.3%
CMYK percentages
Cyan8.8%
Magenta55.8%
Yellow0.0%
Key (black)15.7%
Color previews
#c45fd7 text on a black background
contrast 5.97:1
Card sample
#c45fd7 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c45fd7;
Background color
Panel with #c45fd7 background
background-color: #c45fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c45fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 95, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 95, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c45fd7; background: linear-gradient(135deg, #c45fd7, #D75F9A);