#cf24cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 36, 207
HSL
300°, 70%, 48%
CMYK
0, 83, 0, 19
Luminance
0.1903
Every format
| HEX | #cf24cf |
| RGB | rgb(207, 36, 207) |
| HSL | hsl(300, 70%, 48%) |
| CMYK | cmyk(0%, 83%, 0%, 19%) |
| LAB | lab(50.7 79.5 -49.6) |
| LCH | lch(50.7 93.7 328.1) |
| OKLCH | oklch(0.610 0.261 328.2) |
Copy-ready code
/* CSS */
color: #cf24cf;
background-color: #cf24cf;
/* Tailwind (arbitrary) */
class="text-[#cf24cf] bg-[#cf24cf]"
/* SCSS */
$brand: #cf24cf;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 0.812)
/* Android */
Color.parseColor("#cf24cf")Accessibility — WCAG contrast
Aa
#cf24cf on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf24cf on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cf24cf text on a black background
contrast 4.81:1
Card sample
#cf24cf text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf24cf;
Background color
Panel with #cf24cf background
background-color: #cf24cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf24cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf24cf; background: linear-gradient(135deg, #cf24cf, #CF245D);