#c43eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 62, 179
HSL
308°, 53%, 51%
CMYK
0, 68, 9, 23
Luminance
0.1844
Every format
| HEX | #c43eb3 |
| RGB | rgb(196, 62, 179) |
| HSL | hsl(308, 53%, 51%) |
| CMYK | cmyk(0%, 68%, 9%, 23%) |
| LAB | lab(50.0 65.5 -34.6) |
| LCH | lch(50.0 74.1 332.2) |
| OKLCH | oklch(0.597 0.212 333.4) |
Copy-ready code
/* CSS */
color: #c43eb3;
background-color: #c43eb3;
/* Tailwind (arbitrary) */
class="text-[#c43eb3] bg-[#c43eb3]"
/* SCSS */
$brand: #c43eb3;
/* SwiftUI */
Color(red: 0.769, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#c43eb3")Accessibility — WCAG contrast
Aa
#c43eb3 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c43eb3 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green24.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow8.7%
Key (black)23.1%
Color previews
#c43eb3 text on a black background
contrast 4.69:1
Card sample
#c43eb3 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c43eb3;
Background color
Panel with #c43eb3 background
background-color: #c43eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c43eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c43eb3; background: linear-gradient(135deg, #c43eb3, #C43E5A);