#cc4fdf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 79, 223
HSL
292°, 69%, 59%
CMYK
9, 65, 0, 13
Luminance
0.2376
Every format
| HEX | #cc4fdf |
| RGB | rgb(204, 79, 223) |
| HSL | hsl(292, 69%, 59%) |
| CMYK | cmyk(9%, 65%, 0%, 13%) |
| LAB | lab(55.9 68.2 -50.5) |
| LCH | lch(55.9 84.9 323.4) |
| OKLCH | oklch(0.649 0.230 322.2) |
Copy-ready code
/* CSS */
color: #cc4fdf;
background-color: #cc4fdf;
/* Tailwind (arbitrary) */
class="text-[#cc4fdf] bg-[#cc4fdf]"
/* SCSS */
$brand: #cc4fdf;
/* SwiftUI */
Color(red: 0.800, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#cc4fdf")Accessibility — WCAG contrast
Aa
#cc4fdf on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4fdf on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green31.0%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cc4fdf text on a black background
contrast 5.75:1
Card sample
#cc4fdf text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4fdf;
Background color
Panel with #cc4fdf background
background-color: #cc4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4fdf; background: linear-gradient(135deg, #cc4fdf, #DF4F92);