#cf24d4
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 36, 212
HSL
298°, 71%, 49%
CMYK
2, 83, 0, 17
Luminance
0.1928
Every format
| HEX | #cf24d4 |
| RGB | rgb(207, 36, 212) |
| HSL | hsl(298, 71%, 49%) |
| CMYK | cmyk(2%, 83%, 0%, 17%) |
| LAB | lab(51.0 80.3 -52.0) |
| LCH | lch(51.0 95.6 327.1) |
| OKLCH | oklch(0.613 0.265 326.9) |
Copy-ready code
/* CSS */
color: #cf24d4;
background-color: #cf24d4;
/* Tailwind (arbitrary) */
class="text-[#cf24d4] bg-[#cf24d4]"
/* SCSS */
$brand: #cf24d4;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 0.831)
/* Android */
Color.parseColor("#cf24d4")Accessibility — WCAG contrast
Aa
#cf24d4 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf24d4 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue83.1%
CMYK percentages
Cyan2.4%
Magenta83.0%
Yellow0.0%
Key (black)16.9%
Color previews
#cf24d4 text on a black background
contrast 4.86:1
Card sample
#cf24d4 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf24d4;
Background color
Panel with #cf24d4 background
background-color: #cf24d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf24d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf24d4; background: linear-gradient(135deg, #cf24d4, #D42464);