#cf548d
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 84, 141
HSL
332°, 56%, 57%
CMYK
0, 59, 32, 19
Luminance
0.2153
Every format
| HEX | #cf548d |
| RGB | rgb(207, 84, 141) |
| HSL | hsl(332, 56%, 57%) |
| CMYK | cmyk(0%, 59%, 32%, 19%) |
| LAB | lab(53.5 54.2 -6.7) |
| LCH | lch(53.5 54.6 353.0) |
| OKLCH | oklch(0.621 0.166 354.2) |
Copy-ready code
/* CSS */
color: #cf548d;
background-color: #cf548d;
/* Tailwind (arbitrary) */
class="text-[#cf548d] bg-[#cf548d]"
/* SCSS */
$brand: #cf548d;
/* SwiftUI */
Color(red: 0.812, green: 0.329, blue: 0.553)
/* Android */
Color.parseColor("#cf548d")Accessibility — WCAG contrast
Aa
#cf548d on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf548d on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.9%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow31.9%
Key (black)18.8%
Color previews
#cf548d text on a black background
contrast 5.31:1
Card sample
#cf548d text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf548d;
Background color
Panel with #cf548d background
background-color: #cf548d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf548d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 84, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 84, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf548d; background: linear-gradient(135deg, #cf548d, #CF6D54);