#c445ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 69, 206
HSL
296°, 58%, 54%
CMYK
5, 67, 0, 19
Luminance
0.2045
Every format
| HEX | #c445ce |
| RGB | rgb(196, 69, 206) |
| HSL | hsl(296, 58%, 54%) |
| CMYK | cmyk(5%, 67%, 0%, 19%) |
| LAB | lab(52.3 67.3 -46.5) |
| LCH | lch(52.3 81.8 325.3) |
| OKLCH | oklch(0.618 0.224 324.8) |
Copy-ready code
/* CSS */
color: #c445ce;
background-color: #c445ce;
/* Tailwind (arbitrary) */
class="text-[#c445ce] bg-[#c445ce]"
/* SCSS */
$brand: #c445ce;
/* SwiftUI */
Color(red: 0.769, green: 0.271, blue: 0.808)
/* Android */
Color.parseColor("#c445ce")Accessibility — WCAG contrast
Aa
#c445ce on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c445ce on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green27.1%
Blue80.8%
CMYK percentages
Cyan4.9%
Magenta66.5%
Yellow0.0%
Key (black)19.2%
Color previews
#c445ce text on a black background
contrast 5.09:1
Card sample
#c445ce text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c445ce;
Background color
Panel with #c445ce background
background-color: #c445ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c445ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 69, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 69, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c445ce; background: linear-gradient(135deg, #c445ce, #CE457D);