#cf57ac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 87, 172
HSL
318°, 56%, 58%
CMYK
0, 58, 17, 19
Luminance
0.2306
Every format
| HEX | #cf57ac |
| RGB | rgb(207, 87, 172) |
| HSL | hsl(318, 56%, 58%) |
| CMYK | cmyk(0%, 58%, 17%, 19%) |
| LAB | lab(55.1 57.1 -22.4) |
| LCH | lch(55.1 61.3 338.6) |
| OKLCH | oklch(0.637 0.179 340.4) |
Copy-ready code
/* CSS */
color: #cf57ac;
background-color: #cf57ac;
/* Tailwind (arbitrary) */
class="text-[#cf57ac] bg-[#cf57ac]"
/* SCSS */
$brand: #cf57ac;
/* SwiftUI */
Color(red: 0.812, green: 0.341, blue: 0.675)
/* Android */
Color.parseColor("#cf57ac")Accessibility — WCAG contrast
Aa
#cf57ac on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf57ac on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green34.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta58.0%
Yellow16.9%
Key (black)18.8%
Color previews
#cf57ac text on a black background
contrast 5.61:1
Card sample
#cf57ac text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf57ac;
Background color
Panel with #cf57ac background
background-color: #cf57ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf57ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 87, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 87, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf57ac; background: linear-gradient(135deg, #cf57ac, #CF575C);