#cf24ac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 36, 172
HSL
312°, 70%, 48%
CMYK
0, 83, 17, 19
Luminance
0.1751
Every format
| HEX | #cf24ac |
| RGB | rgb(207, 36, 172) |
| HSL | hsl(312, 70%, 48%) |
| CMYK | cmyk(0%, 83%, 17%, 19%) |
| LAB | lab(48.9 74.5 -32.1) |
| LCH | lch(48.9 81.2 336.7) |
| OKLCH | oklch(0.591 0.238 338.5) |
Copy-ready code
/* CSS */
color: #cf24ac;
background-color: #cf24ac;
/* Tailwind (arbitrary) */
class="text-[#cf24ac] bg-[#cf24ac]"
/* SCSS */
$brand: #cf24ac;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 0.675)
/* Android */
Color.parseColor("#cf24ac")Accessibility — WCAG contrast
Aa
#cf24ac on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf24ac on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow16.9%
Key (black)18.8%
Color previews
#cf24ac text on a black background
contrast 4.50:1
Card sample
#cf24ac text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf24ac;
Background color
Panel with #cf24ac background
background-color: #cf24ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf24ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf24ac; background: linear-gradient(135deg, #cf24ac, #CF243A);