#c435ab
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 53, 171
HSL
311°, 57%, 49%
CMYK
0, 73, 13, 23
Luminance
0.1722
Every format
| HEX | #c435ab |
| RGB | rgb(196, 53, 171) |
| HSL | hsl(311, 57%, 49%) |
| CMYK | cmyk(0%, 73%, 13%, 23%) |
| LAB | lab(48.5 67.4 -32.2) |
| LCH | lch(48.5 74.7 334.5) |
| OKLCH | oklch(0.585 0.216 336.1) |
Copy-ready code
/* CSS */
color: #c435ab;
background-color: #c435ab;
/* Tailwind (arbitrary) */
class="text-[#c435ab] bg-[#c435ab]"
/* SCSS */
$brand: #c435ab;
/* SwiftUI */
Color(red: 0.769, green: 0.208, blue: 0.671)
/* Android */
Color.parseColor("#c435ab")Accessibility — WCAG contrast
Aa
#c435ab on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c435ab on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green20.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow12.8%
Key (black)23.1%
Color previews
#c435ab text on a black background
contrast 4.44:1
Card sample
#c435ab text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c435ab;
Background color
Panel with #c435ab background
background-color: #c435ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c435ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 53, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 53, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c435ab; background: linear-gradient(135deg, #c435ab, #C4354C);