#c33c80
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 60, 128
HSL
330°, 53%, 50%
CMYK
0, 69, 34, 24
Luminance
0.1639
Every format
| HEX | #c33c80 |
| RGB | rgb(195, 60, 128) |
| HSL | hsl(330, 53%, 50%) |
| CMYK | cmyk(0%, 69%, 34%, 24%) |
| LAB | lab(47.5 59.1 -8.1) |
| LCH | lch(47.5 59.7 352.2) |
| OKLCH | oklch(0.571 0.182 353.5) |
Copy-ready code
/* CSS */
color: #c33c80;
background-color: #c33c80;
/* Tailwind (arbitrary) */
class="text-[#c33c80] bg-[#c33c80]"
/* SCSS */
$brand: #c33c80;
/* SwiftUI */
Color(red: 0.765, green: 0.235, blue: 0.502)
/* Android */
Color.parseColor("#c33c80")Accessibility — WCAG contrast
Aa
#c33c80 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c33c80 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green23.5%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow34.4%
Key (black)23.5%
Color previews
#c33c80 text on a black background
contrast 4.28:1
Card sample
#c33c80 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33c80;
Background color
Panel with #c33c80 background
background-color: #c33c80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33c80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 60, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 60, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33c80; background: linear-gradient(135deg, #c33c80, #C3523C);