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