#c33c86
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 60, 134
HSL
327°, 53%, 50%
CMYK
0, 69, 31, 24
Luminance
0.1656
Every format
| HEX | #c33c86 |
| RGB | rgb(195, 60, 134) |
| HSL | hsl(327, 53%, 50%) |
| CMYK | cmyk(0%, 69%, 31%, 24%) |
| LAB | lab(47.7 59.8 -11.4) |
| LCH | lch(47.7 60.9 349.2) |
| OKLCH | oklch(0.574 0.185 350.8) |
Copy-ready code
/* CSS */
color: #c33c86;
background-color: #c33c86;
/* Tailwind (arbitrary) */
class="text-[#c33c86] bg-[#c33c86]"
/* SCSS */
$brand: #c33c86;
/* SwiftUI */
Color(red: 0.765, green: 0.235, blue: 0.525)
/* Android */
Color.parseColor("#c33c86")Accessibility — WCAG contrast
Aa
#c33c86 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c33c86 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green23.5%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow31.3%
Key (black)23.5%
Color previews
#c33c86 text on a black background
contrast 4.31:1
Card sample
#c33c86 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33c86;
Background color
Panel with #c33c86 background
background-color: #c33c86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33c86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 60, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 60, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33c86; background: linear-gradient(135deg, #c33c86, #C34C3C);