#c42bc9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 43, 201
HSL
298°, 65%, 48%
CMYK
3, 79, 0, 21
Luminance
0.1768
Every format
| HEX | #c42bc9 |
| RGB | rgb(196, 43, 201) |
| HSL | hsl(298, 65%, 48%) |
| CMYK | cmyk(3%, 79%, 0%, 21%) |
| LAB | lab(49.1 74.9 -48.8) |
| LCH | lch(49.1 89.4 326.9) |
| OKLCH | oklch(0.594 0.247 326.7) |
Copy-ready code
/* CSS */
color: #c42bc9;
background-color: #c42bc9;
/* Tailwind (arbitrary) */
class="text-[#c42bc9] bg-[#c42bc9]"
/* SCSS */
$brand: #c42bc9;
/* SwiftUI */
Color(red: 0.769, green: 0.169, blue: 0.788)
/* Android */
Color.parseColor("#c42bc9")Accessibility — WCAG contrast
Aa
#c42bc9 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c42bc9 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green16.9%
Blue78.8%
CMYK percentages
Cyan2.5%
Magenta78.6%
Yellow0.0%
Key (black)21.2%
Color previews
#c42bc9 text on a black background
contrast 4.54:1
Card sample
#c42bc9 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c42bc9;
Background color
Panel with #c42bc9 background
background-color: #c42bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c42bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 43, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 43, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c42bc9; background: linear-gradient(135deg, #c42bc9, #C92B65);