#cc33cb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 51, 203
HSL
300°, 60%, 50%
CMYK
0, 75, 1, 20
Luminance
0.1952
Every format
| HEX | #cc33cb |
| RGB | rgb(204, 51, 203) |
| HSL | hsl(300, 60%, 50%) |
| CMYK | cmyk(0%, 75%, 1%, 20%) |
| LAB | lab(51.3 74.6 -46.4) |
| LCH | lch(51.3 87.8 328.1) |
| OKLCH | oklch(0.613 0.245 328.4) |
Copy-ready code
/* CSS */
color: #cc33cb;
background-color: #cc33cb;
/* Tailwind (arbitrary) */
class="text-[#cc33cb] bg-[#cc33cb]"
/* SCSS */
$brand: #cc33cb;
/* SwiftUI */
Color(red: 0.800, green: 0.200, blue: 0.796)
/* Android */
Color.parseColor("#cc33cb")Accessibility — WCAG contrast
Aa
#cc33cb on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc33cb on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow0.5%
Key (black)20.0%
Color previews
#cc33cb text on a black background
contrast 4.90:1
Card sample
#cc33cb text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc33cb;
Background color
Panel with #cc33cb background
background-color: #cc33cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc33cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 51, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 51, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc33cb; background: linear-gradient(135deg, #cc33cb, #CC3365);