#cc26df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
204, 38, 223
HSL
294°, 74%, 51%
CMYK
9, 83, 0, 13
Luminance
0.1955
Every format
| HEX | #cc26df |
| RGB | rgb(204, 38, 223) |
| HSL | hsl(294, 74%, 51%) |
| CMYK | cmyk(9%, 83%, 0%, 13%) |
| LAB | lab(51.3 81.1 -57.8) |
| LCH | lch(51.3 99.5 324.5) |
| OKLCH | oklch(0.617 0.270 323.2) |
Copy-ready code
/* CSS */
color: #cc26df;
background-color: #cc26df;
/* Tailwind (arbitrary) */
class="text-[#cc26df] bg-[#cc26df]"
/* SCSS */
$brand: #cc26df;
/* SwiftUI */
Color(red: 0.800, green: 0.149, blue: 0.875)
/* Android */
Color.parseColor("#cc26df")Accessibility — WCAG contrast
Aa
#cc26df on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc26df on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green14.9%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta83.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cc26df text on a black background
contrast 4.91:1
Card sample
#cc26df text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc26df;
Background color
Panel with #cc26df background
background-color: #cc26df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc26df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 38, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 38, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc26df; background: linear-gradient(135deg, #cc26df, #DF2677);