#cc2cdb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 44, 219
HSL
295°, 71%, 52%
CMYK
7, 80, 0, 14
Luminance
0.1975
Every format
| HEX | #cc2cdb |
| RGB | rgb(204, 44, 219) |
| HSL | hsl(295, 71%, 52%) |
| CMYK | cmyk(7%, 80%, 0%, 14%) |
| LAB | lab(51.6 79.0 -55.1) |
| LCH | lch(51.6 96.3 325.1) |
| OKLCH | oklch(0.617 0.263 324.1) |
Copy-ready code
/* CSS */
color: #cc2cdb;
background-color: #cc2cdb;
/* Tailwind (arbitrary) */
class="text-[#cc2cdb] bg-[#cc2cdb]"
/* SCSS */
$brand: #cc2cdb;
/* SwiftUI */
Color(red: 0.800, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#cc2cdb")Accessibility — WCAG contrast
Aa
#cc2cdb on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc2cdb on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green17.3%
Blue85.9%
CMYK percentages
Cyan6.8%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#cc2cdb text on a black background
contrast 4.95:1
Card sample
#cc2cdb text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc2cdb;
Background color
Panel with #cc2cdb background
background-color: #cc2cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc2cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc2cdb; background: linear-gradient(135deg, #cc2cdb, #DB2C75);