#cf39ac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 57, 172
HSL
314°, 61%, 52%
CMYK
0, 73, 17, 19
Luminance
0.1917
Every format
| HEX | #cf39ac |
| RGB | rgb(207, 57, 172) |
| HSL | hsl(314, 61%, 52%) |
| CMYK | cmyk(0%, 73%, 17%, 19%) |
| LAB | lab(50.9 68.8 -29.0) |
| LCH | lch(50.9 74.7 337.2) |
| OKLCH | oklch(0.606 0.219 339.0) |
Copy-ready code
/* CSS */
color: #cf39ac;
background-color: #cf39ac;
/* Tailwind (arbitrary) */
class="text-[#cf39ac] bg-[#cf39ac]"
/* SCSS */
$brand: #cf39ac;
/* SwiftUI */
Color(red: 0.812, green: 0.224, blue: 0.675)
/* Android */
Color.parseColor("#cf39ac")Accessibility — WCAG contrast
Aa
#cf39ac on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf39ac on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow16.9%
Key (black)18.8%
Color previews
#cf39ac text on a black background
contrast 4.83:1
Card sample
#cf39ac text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf39ac;
Background color
Panel with #cf39ac background
background-color: #cf39ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf39ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 57, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 57, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf39ac; background: linear-gradient(135deg, #cf39ac, #CF3948);