#cf548f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 84, 143
HSL
331°, 56%, 57%
CMYK
0, 59, 31, 19
Luminance
0.2159
Every format
| HEX | #cf548f |
| RGB | rgb(207, 84, 143) |
| HSL | hsl(331, 56%, 57%) |
| CMYK | cmyk(0%, 59%, 31%, 19%) |
| LAB | lab(53.6 54.5 -7.8) |
| LCH | lch(53.6 55.0 351.9) |
| OKLCH | oklch(0.622 0.167 353.2) |
Copy-ready code
/* CSS */
color: #cf548f;
background-color: #cf548f;
/* Tailwind (arbitrary) */
class="text-[#cf548f] bg-[#cf548f]"
/* SCSS */
$brand: #cf548f;
/* SwiftUI */
Color(red: 0.812, green: 0.329, blue: 0.561)
/* Android */
Color.parseColor("#cf548f")Accessibility — WCAG contrast
Aa
#cf548f on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf548f on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta59.4%
Yellow30.9%
Key (black)18.8%
Color previews
#cf548f text on a black background
contrast 5.32:1
Card sample
#cf548f text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf548f;
Background color
Panel with #cf548f background
background-color: #cf548f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf548f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 84, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 84, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf548f; background: linear-gradient(135deg, #cf548f, #CF6B54);