#cc44cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 68, 207
HSL
299°, 59%, 54%
CMYK
1, 67, 0, 19
Luminance
0.2148
Every format
| HEX | #cc44cf |
| RGB | rgb(204, 68, 207) |
| HSL | hsl(299, 59%, 54%) |
| CMYK | cmyk(1%, 67%, 0%, 19%) |
| LAB | lab(53.5 69.7 -45.2) |
| LCH | lch(53.5 83.0 327.0) |
| OKLCH | oklch(0.629 0.230 327.0) |
Copy-ready code
/* CSS */
color: #cc44cf;
background-color: #cc44cf;
/* Tailwind (arbitrary) */
class="text-[#cc44cf] bg-[#cc44cf]"
/* SCSS */
$brand: #cc44cf;
/* SwiftUI */
Color(red: 0.800, green: 0.267, blue: 0.812)
/* Android */
Color.parseColor("#cc44cf")Accessibility — WCAG contrast
Aa
#cc44cf on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc44cf on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green26.7%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta67.1%
Yellow0.0%
Key (black)18.8%
Color previews
#cc44cf text on a black background
contrast 5.30:1
Card sample
#cc44cf text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc44cf;
Background color
Panel with #cc44cf background
background-color: #cc44cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc44cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 68, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 68, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc44cf; background: linear-gradient(135deg, #cc44cf, #CF4475);