#cc3cdb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 60, 219
HSL
294°, 69%, 55%
CMYK
7, 73, 0, 14
Luminance
0.2118
Every format
| HEX | #cc3cdb |
| RGB | rgb(204, 60, 219) |
| HSL | hsl(294, 69%, 55%) |
| CMYK | cmyk(7%, 73%, 0%, 14%) |
| LAB | lab(53.1 74.4 -52.6) |
| LCH | lch(53.1 91.1 324.8) |
| OKLCH | oklch(0.629 0.248 323.8) |
Copy-ready code
/* CSS */
color: #cc3cdb;
background-color: #cc3cdb;
/* Tailwind (arbitrary) */
class="text-[#cc3cdb] bg-[#cc3cdb]"
/* SCSS */
$brand: #cc3cdb;
/* SwiftUI */
Color(red: 0.800, green: 0.235, blue: 0.859)
/* Android */
Color.parseColor("#cc3cdb")Accessibility — WCAG contrast
Aa
#cc3cdb on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc3cdb on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green23.5%
Blue85.9%
CMYK percentages
Cyan6.8%
Magenta72.6%
Yellow0.0%
Key (black)14.1%
Color previews
#cc3cdb text on a black background
contrast 5.24:1
Card sample
#cc3cdb text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3cdb;
Background color
Panel with #cc3cdb background
background-color: #cc3cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 60, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 60, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3cdb; background: linear-gradient(135deg, #cc3cdb, #DB3C80);