#cc4fcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 79, 207
HSL
299°, 57%, 56%
CMYK
1, 62, 0, 19
Luminance
0.2293
Every format
| HEX | #cc4fcf |
| RGB | rgb(204, 79, 207) |
| HSL | hsl(299, 57%, 56%) |
| CMYK | cmyk(1%, 62%, 0%, 19%) |
| LAB | lab(55.0 65.3 -42.8) |
| LCH | lch(55.0 78.1 326.8) |
| OKLCH | oklch(0.640 0.216 326.8) |
Copy-ready code
/* CSS */
color: #cc4fcf;
background-color: #cc4fcf;
/* Tailwind (arbitrary) */
class="text-[#cc4fcf] bg-[#cc4fcf]"
/* SCSS */
$brand: #cc4fcf;
/* SwiftUI */
Color(red: 0.800, green: 0.310, blue: 0.812)
/* Android */
Color.parseColor("#cc4fcf")Accessibility — WCAG contrast
Aa
#cc4fcf on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc4fcf on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green31.0%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta61.8%
Yellow0.0%
Key (black)18.8%
Color previews
#cc4fcf text on a black background
contrast 5.59:1
Card sample
#cc4fcf text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc4fcf;
Background color
Panel with #cc4fcf background
background-color: #cc4fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc4fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 79, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 79, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc4fcf; background: linear-gradient(135deg, #cc4fcf, #CF4F7D);