#cc51df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 81, 223
HSL
292°, 69%, 60%
CMYK
9, 64, 0, 13
Luminance
0.2405
Every format
| HEX | #cc51df |
| RGB | rgb(204, 81, 223) |
| HSL | hsl(292, 69%, 60%) |
| CMYK | cmyk(9%, 64%, 0%, 13%) |
| LAB | lab(56.1 67.3 -50.1) |
| LCH | lch(56.1 83.9 323.4) |
| OKLCH | oklch(0.651 0.227 322.1) |
Copy-ready code
/* CSS */
color: #cc51df;
background-color: #cc51df;
/* Tailwind (arbitrary) */
class="text-[#cc51df] bg-[#cc51df]"
/* SCSS */
$brand: #cc51df;
/* SwiftUI */
Color(red: 0.800, green: 0.318, blue: 0.875)
/* Android */
Color.parseColor("#cc51df")Accessibility — WCAG contrast
Aa
#cc51df on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc51df on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green31.8%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta63.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cc51df text on a black background
contrast 5.81:1
Card sample
#cc51df text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc51df;
Background color
Panel with #cc51df background
background-color: #cc51df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc51df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 81, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 81, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc51df; background: linear-gradient(135deg, #cc51df, #DF5193);