#cc33af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 51, 175
HSL
311°, 60%, 50%
CMYK
0, 75, 14, 20
Luminance
0.1830
Every format
| HEX | #cc33af |
| RGB | rgb(204, 51, 175) |
| HSL | hsl(311, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 14%, 20%) |
| LAB | lab(49.9 70.4 -32.4) |
| LCH | lch(49.9 77.5 335.3) |
| OKLCH | oklch(0.598 0.226 337.0) |
Copy-ready code
/* CSS */
color: #cc33af;
background-color: #cc33af;
/* Tailwind (arbitrary) */
class="text-[#cc33af] bg-[#cc33af]"
/* SCSS */
$brand: #cc33af;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.686)
/* Android */
Color.parseColor("#cc33af")Accessibility — WCAG contrast
Aa
#cc33af on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc33af on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow14.2%
Key (black)20.0%
Color previews
#cc33af text on a black background
contrast 4.66:1
Card sample
#cc33af text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc33af;
Background color
Panel with #cc33af background
background-color: #cc33af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc33af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc33af; background: linear-gradient(135deg, #cc33af, #CC3349);