#cc54df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 84, 223
HSL
292°, 69%, 60%
CMYK
9, 62, 0, 13
Luminance
0.2451
Every format
| HEX | #cc54df |
| RGB | rgb(204, 84, 223) |
| HSL | hsl(292, 69%, 60%) |
| CMYK | cmyk(9%, 62%, 0%, 13%) |
| LAB | lab(56.6 66.1 -49.4) |
| LCH | lch(56.6 82.5 323.2) |
| OKLCH | oklch(0.654 0.223 322.0) |
Copy-ready code
/* CSS */
color: #cc54df;
background-color: #cc54df;
/* Tailwind (arbitrary) */
class="text-[#cc54df] bg-[#cc54df]"
/* SCSS */
$brand: #cc54df;
/* SwiftUI */
Color(red: 0.800, green: 0.329, blue: 0.875)
/* Android */
Color.parseColor("#cc54df")Accessibility — WCAG contrast
Aa
#cc54df on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc54df on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green32.9%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta62.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cc54df text on a black background
contrast 5.90:1
Card sample
#cc54df text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc54df;
Background color
Panel with #cc54df background
background-color: #cc54df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc54df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 84, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 84, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc54df; background: linear-gradient(135deg, #cc54df, #DF5495);