#c33c8f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 60, 143
HSL
323°, 53%, 50%
CMYK
0, 69, 27, 24
Luminance
0.1682
Every format
| HEX | #c33c8f |
| RGB | rgb(195, 60, 143) |
| HSL | hsl(323, 53%, 50%) |
| CMYK | cmyk(0%, 69%, 27%, 24%) |
| LAB | lab(48.0 60.9 -16.3) |
| LCH | lch(48.0 63.1 345.0) |
| OKLCH | oklch(0.577 0.190 346.9) |
Copy-ready code
/* CSS */
color: #c33c8f;
background-color: #c33c8f;
/* Tailwind (arbitrary) */
class="text-[#c33c8f] bg-[#c33c8f]"
/* SCSS */
$brand: #c33c8f;
/* SwiftUI */
Color(red: 0.765, green: 0.235, blue: 0.561)
/* Android */
Color.parseColor("#c33c8f")Accessibility — WCAG contrast
Aa
#c33c8f on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c33c8f on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green23.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow26.7%
Key (black)23.5%
Color previews
#c33c8f text on a black background
contrast 4.36:1
Card sample
#c33c8f text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33c8f;
Background color
Panel with #c33c8f background
background-color: #c33c8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33c8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 60, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 60, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33c8f; background: linear-gradient(135deg, #c33c8f, #C3433C);