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