#c445cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 69, 207
HSL
295°, 59%, 54%
CMYK
5, 67, 0, 19
Luminance
0.2050
Every format
| HEX | #c445cf |
| RGB | rgb(196, 69, 207) |
| HSL | hsl(295, 59%, 54%) |
| CMYK | cmyk(5%, 67%, 0%, 19%) |
| LAB | lab(52.4 67.5 -47.0) |
| LCH | lch(52.4 82.2 325.1) |
| OKLCH | oklch(0.619 0.225 324.5) |
Copy-ready code
/* CSS */
color: #c445cf;
background-color: #c445cf;
/* Tailwind (arbitrary) */
class="text-[#c445cf] bg-[#c445cf]"
/* SCSS */
$brand: #c445cf;
/* SwiftUI */
Color(red: 0.769, green: 0.271, blue: 0.812)
/* Android */
Color.parseColor("#c445cf")Accessibility — WCAG contrast
Aa
#c445cf on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c445cf on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green27.1%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta66.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c445cf text on a black background
contrast 5.10:1
Card sample
#c445cf text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c445cf;
Background color
Panel with #c445cf background
background-color: #c445cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c445cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 69, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 69, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c445cf; background: linear-gradient(135deg, #c445cf, #CF457E);