#c33c79
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 60, 121
HSL
333°, 53%, 50%
CMYK
0, 69, 38, 24
Luminance
0.1621
Every format
| HEX | #c33c79 |
| RGB | rgb(195, 60, 121) |
| HSL | hsl(333, 53%, 50%) |
| CMYK | cmyk(0%, 69%, 38%, 24%) |
| LAB | lab(47.3 58.3 -4.2) |
| LCH | lch(47.3 58.5 355.9) |
| OKLCH | oklch(0.569 0.179 356.7) |
Copy-ready code
/* CSS */
color: #c33c79;
background-color: #c33c79;
/* Tailwind (arbitrary) */
class="text-[#c33c79] bg-[#c33c79]"
/* SCSS */
$brand: #c33c79;
/* SwiftUI */
Color(red: 0.765, green: 0.235, blue: 0.475)
/* Android */
Color.parseColor("#c33c79")Accessibility — WCAG contrast
Aa
#c33c79 on white: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c33c79 on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green23.5%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow37.9%
Key (black)23.5%
Color previews
#c33c79 text on a black background
contrast 4.24:1
Card sample
#c33c79 text on a white background
contrast 4.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33c79;
Background color
Panel with #c33c79 background
background-color: #c33c79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33c79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 60, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 60, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33c79; background: linear-gradient(135deg, #c33c79, #C3593C);