#cc4dbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 77, 191
HSL
306°, 56%, 55%
CMYK
0, 62, 6, 20
Luminance
0.2191
Every format
| HEX | #cc4dbf |
| RGB | rgb(204, 77, 191) |
| HSL | hsl(306, 56%, 55%) |
| CMYK | cmyk(0%, 62%, 6%, 20%) |
| LAB | lab(53.9 63.5 -35.3) |
| LCH | lch(53.9 72.7 330.9) |
| OKLCH | oklch(0.630 0.206 332.0) |
Copy-ready code
/* CSS */
color: #cc4dbf;
background-color: #cc4dbf;
/* Tailwind (arbitrary) */
class="text-[#cc4dbf] bg-[#cc4dbf]"
/* SCSS */
$brand: #cc4dbf;
/* SwiftUI */
Color(red: 0.800, green: 0.302, blue: 0.749)
/* Android */
Color.parseColor("#cc4dbf")Accessibility — WCAG contrast
Aa
#cc4dbf on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4dbf on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green30.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow6.4%
Key (black)20.0%
Color previews
#cc4dbf text on a black background
contrast 5.38:1
Card sample
#cc4dbf text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4dbf;
Background color
Panel with #cc4dbf background
background-color: #cc4dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 77, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 77, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4dbf; background: linear-gradient(135deg, #cc4dbf, #CC4D6A);