#c33c77
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 60, 119
HSL
334°, 53%, 50%
CMYK
0, 69, 39, 24
Luminance
0.1617
Every format
| HEX | #c33c77 |
| RGB | rgb(195, 60, 119) |
| HSL | hsl(334, 53%, 50%) |
| CMYK | cmyk(0%, 69%, 39%, 24%) |
| LAB | lab(47.2 58.1 -3.0) |
| LCH | lch(47.2 58.2 357.0) |
| OKLCH | oklch(0.568 0.178 357.7) |
Copy-ready code
/* CSS */
color: #c33c77;
background-color: #c33c77;
/* Tailwind (arbitrary) */
class="text-[#c33c77] bg-[#c33c77]"
/* SCSS */
$brand: #c33c77;
/* SwiftUI */
Color(red: 0.765, green: 0.235, blue: 0.467)
/* Android */
Color.parseColor("#c33c77")Accessibility — WCAG contrast
Aa
#c33c77 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c33c77 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green23.5%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow39.0%
Key (black)23.5%
Color previews
#c33c77 text on a black background
contrast 4.23:1
Card sample
#c33c77 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33c77;
Background color
Panel with #c33c77 background
background-color: #c33c77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33c77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 60, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 60, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33c77; background: linear-gradient(135deg, #c33c77, #C35B3C);