#c435af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 53, 175
HSL
309°, 57%, 49%
CMYK
0, 73, 11, 23
Luminance
0.1738
Every format
| HEX | #c435af |
| RGB | rgb(196, 53, 175) |
| HSL | hsl(309, 57%, 49%) |
| CMYK | cmyk(0%, 73%, 11%, 23%) |
| LAB | lab(48.7 68.0 -34.2) |
| LCH | lch(48.7 76.1 333.3) |
| OKLCH | oklch(0.587 0.219 334.7) |
Copy-ready code
/* CSS */
color: #c435af;
background-color: #c435af;
/* Tailwind (arbitrary) */
class="text-[#c435af] bg-[#c435af]"
/* SCSS */
$brand: #c435af;
/* SwiftUI */
Color(red: 0.769, green: 0.208, blue: 0.686)
/* Android */
Color.parseColor("#c435af")Accessibility — WCAG contrast
Aa
#c435af on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c435af on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green20.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow10.7%
Key (black)23.1%
Color previews
#c435af text on a black background
contrast 4.48:1
Card sample
#c435af text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c435af;
Background color
Panel with #c435af background
background-color: #c435af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c435af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 53, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 53, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c435af; background: linear-gradient(135deg, #c435af, #C43550);