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