#cc46bd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 70, 189
HSL
307°, 57%, 54%
CMYK
0, 66, 7, 20
Luminance
0.2089
Every format
| HEX | #cc46bd |
| RGB | rgb(204, 70, 189) |
| HSL | hsl(307, 57%, 54%) |
| CMYK | cmyk(0%, 66%, 7%, 20%) |
| LAB | lab(52.8 66.0 -35.9) |
| LCH | lch(52.8 75.1 331.5) |
| OKLCH | oklch(0.621 0.214 332.6) |
Copy-ready code
/* CSS */
color: #cc46bd;
background-color: #cc46bd;
/* Tailwind (arbitrary) */
class="text-[#cc46bd] bg-[#cc46bd]"
/* SCSS */
$brand: #cc46bd;
/* SwiftUI */
Color(red: 0.800, green: 0.275, blue: 0.741)
/* Android */
Color.parseColor("#cc46bd")Accessibility — WCAG contrast
Aa
#cc46bd on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc46bd on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green27.5%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta65.7%
Yellow7.4%
Key (black)20.0%
Color previews
#cc46bd text on a black background
contrast 5.18:1
Card sample
#cc46bd text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc46bd;
Background color
Panel with #cc46bd background
background-color: #cc46bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc46bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 70, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 70, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc46bd; background: linear-gradient(135deg, #cc46bd, #CC4664);