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