#cc48df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 72, 223
HSL
293°, 70%, 58%
CMYK
9, 68, 0, 13
Luminance
0.2280
Every format
| HEX | #cc48df |
| RGB | rgb(204, 72, 223) |
| HSL | hsl(293, 70%, 58%) |
| CMYK | cmyk(9%, 68%, 0%, 13%) |
| LAB | lab(54.9 70.9 -52.1) |
| LCH | lch(54.9 88.0 323.7) |
| OKLCH | oklch(0.642 0.238 322.4) |
Copy-ready code
/* CSS */
color: #cc48df;
background-color: #cc48df;
/* Tailwind (arbitrary) */
class="text-[#cc48df] bg-[#cc48df]"
/* SCSS */
$brand: #cc48df;
/* SwiftUI */
Color(red: 0.800, green: 0.282, blue: 0.875)
/* Android */
Color.parseColor("#cc48df")Accessibility — WCAG contrast
Aa
#cc48df on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc48df on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green28.2%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta67.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cc48df text on a black background
contrast 5.56:1
Card sample
#cc48df text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc48df;
Background color
Panel with #cc48df background
background-color: #cc48df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc48df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 72, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 72, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc48df; background: linear-gradient(135deg, #cc48df, #DF488D);