#cf7acb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 122, 203
HSL
303°, 47%, 65%
CMYK
0, 41, 2, 19
Luminance
0.3150
Every format
| HEX | #cf7acb |
| RGB | rgb(207, 122, 203) |
| HSL | hsl(303, 47%, 65%) |
| CMYK | cmyk(0%, 41%, 2%, 19%) |
| LAB | lab(62.9 45.0 -28.1) |
| LCH | lch(62.9 53.1 328.0) |
| OKLCH | oklch(0.699 0.147 328.7) |
Copy-ready code
/* CSS */
color: #cf7acb;
background-color: #cf7acb;
/* Tailwind (arbitrary) */
class="text-[#cf7acb] bg-[#cf7acb]"
/* SCSS */
$brand: #cf7acb;
/* SwiftUI */
Color(red: 0.812, green: 0.478, blue: 0.796)
/* Android */
Color.parseColor("#cf7acb")Accessibility — WCAG contrast
Aa
#cf7acb on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7acb on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green47.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow1.9%
Key (black)18.8%
Color previews
#cf7acb text on a black background
contrast 7.30:1
Card sample
#cf7acb text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7acb;
Background color
Panel with #cf7acb background
background-color: #cf7acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 122, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 122, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7acb; background: linear-gradient(135deg, #cf7acb, #CF7A92);