#cf24af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 36, 175
HSL
311°, 70%, 48%
CMYK
0, 83, 16, 19
Luminance
0.1762
Every format
| HEX | #cf24af |
| RGB | rgb(207, 36, 175) |
| HSL | hsl(311, 70%, 48%) |
| CMYK | cmyk(0%, 83%, 16%, 19%) |
| LAB | lab(49.0 75.0 -33.6) |
| LCH | lch(49.0 82.2 335.8) |
| OKLCH | oklch(0.593 0.240 337.6) |
Copy-ready code
/* CSS */
color: #cf24af;
background-color: #cf24af;
/* Tailwind (arbitrary) */
class="text-[#cf24af] bg-[#cf24af]"
/* SCSS */
$brand: #cf24af;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 0.686)
/* Android */
Color.parseColor("#cf24af")Accessibility — WCAG contrast
Aa
#cf24af on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf24af on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow15.5%
Key (black)18.8%
Color previews
#cf24af text on a black background
contrast 4.52:1
Card sample
#cf24af text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf24af;
Background color
Panel with #cf24af background
background-color: #cf24af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf24af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf24af; background: linear-gradient(135deg, #cf24af, #CF243D);