#cc4bdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 75, 223
HSL
292°, 70%, 58%
CMYK
9, 66, 0, 13
Luminance
0.2320
Every format
| HEX | #cc4bdf |
| RGB | rgb(204, 75, 223) |
| HSL | hsl(292, 70%, 58%) |
| CMYK | cmyk(9%, 66%, 0%, 13%) |
| LAB | lab(55.3 69.8 -51.5) |
| LCH | lch(55.3 86.7 323.6) |
| OKLCH | oklch(0.645 0.235 322.3) |
Copy-ready code
/* CSS */
color: #cc4bdf;
background-color: #cc4bdf;
/* Tailwind (arbitrary) */
class="text-[#cc4bdf] bg-[#cc4bdf]"
/* SCSS */
$brand: #cc4bdf;
/* SwiftUI */
Color(red: 0.800, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#cc4bdf")Accessibility — WCAG contrast
Aa
#cc4bdf on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4bdf on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green29.4%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta66.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cc4bdf text on a black background
contrast 5.64:1
Card sample
#cc4bdf text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4bdf;
Background color
Panel with #cc4bdf background
background-color: #cc4bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4bdf; background: linear-gradient(135deg, #cc4bdf, #DF4B8F);