#cc27cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 39, 207
HSL
299°, 68%, 48%
CMYK
1, 81, 0, 19
Luminance
0.1879
Every format
| HEX | #cc27cf |
| RGB | rgb(204, 39, 207) |
| HSL | hsl(299, 68%, 48%) |
| CMYK | cmyk(1%, 81%, 0%, 19%) |
| LAB | lab(50.5 78.3 -50.0) |
| LCH | lch(50.5 92.9 327.4) |
| OKLCH | oklch(0.607 0.258 327.4) |
Copy-ready code
/* CSS */
color: #cc27cf;
background-color: #cc27cf;
/* Tailwind (arbitrary) */
class="text-[#cc27cf] bg-[#cc27cf]"
/* SCSS */
$brand: #cc27cf;
/* SwiftUI */
Color(red: 0.800, green: 0.153, blue: 0.812)
/* Android */
Color.parseColor("#cc27cf")Accessibility — WCAG contrast
Aa
#cc27cf on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc27cf on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green15.3%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta81.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cc27cf text on a black background
contrast 4.76:1
Card sample
#cc27cf text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc27cf;
Background color
Panel with #cc27cf background
background-color: #cc27cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc27cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 39, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 39, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc27cf; background: linear-gradient(135deg, #cc27cf, #CF2762);