#c445af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 69, 175
HSL
310°, 52%, 52%
CMYK
0, 65, 11, 23
Luminance
0.1909
Every format
| HEX | #c445af |
| RGB | rgb(196, 69, 175) |
| HSL | hsl(310, 52%, 52%) |
| CMYK | cmyk(0%, 65%, 11%, 23%) |
| LAB | lab(50.8 62.2 -31.0) |
| LCH | lch(50.8 69.5 333.5) |
| OKLCH | oklch(0.602 0.200 335.0) |
Copy-ready code
/* CSS */
color: #c445af;
background-color: #c445af;
/* Tailwind (arbitrary) */
class="text-[#c445af] bg-[#c445af]"
/* SCSS */
$brand: #c445af;
/* SwiftUI */
Color(red: 0.769, green: 0.271, blue: 0.686)
/* Android */
Color.parseColor("#c445af")Accessibility — WCAG contrast
Aa
#c445af on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c445af on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green27.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow10.7%
Key (black)23.1%
Color previews
#c445af text on a black background
contrast 4.82:1
Card sample
#c445af text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c445af;
Background color
Panel with #c445af background
background-color: #c445af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c445af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 69, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 69, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c445af; background: linear-gradient(135deg, #c445af, #C4455B);