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