#c33ca8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 60, 168
HSL
312°, 53%, 50%
CMYK
0, 69, 14, 24
Luminance
0.1766
Every format
| HEX | #c33ca8 |
| RGB | rgb(195, 60, 168) |
| HSL | hsl(312, 53%, 50%) |
| CMYK | cmyk(0%, 69%, 14%, 24%) |
| LAB | lab(49.1 64.3 -29.6) |
| LCH | lch(49.1 70.8 335.3) |
| OKLCH | oklch(0.588 0.206 337.0) |
Copy-ready code
/* CSS */
color: #c33ca8;
background-color: #c33ca8;
/* Tailwind (arbitrary) */
class="text-[#c33ca8] bg-[#c33ca8]"
/* SCSS */
$brand: #c33ca8;
/* SwiftUI */
Color(red: 0.765, green: 0.235, blue: 0.659)
/* Android */
Color.parseColor("#c33ca8")Accessibility — WCAG contrast
Aa
#c33ca8 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c33ca8 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green23.5%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow13.8%
Key (black)23.5%
Color previews
#c33ca8 text on a black background
contrast 4.53:1
Card sample
#c33ca8 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33ca8;
Background color
Panel with #c33ca8 background
background-color: #c33ca8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33ca8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 60, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 60, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33ca8; background: linear-gradient(135deg, #c33ca8, #C33C4E);