#cf71ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 113, 186
HSL
313°, 50%, 63%
CMYK
0, 45, 10, 19
Luminance
0.2862
Every format
| HEX | #cf71ba |
| RGB | rgb(207, 113, 186) |
| HSL | hsl(313, 50%, 63%) |
| CMYK | cmyk(0%, 45%, 10%, 19%) |
| LAB | lab(60.5 46.7 -22.3) |
| LCH | lch(60.5 51.8 334.5) |
| OKLCH | oklch(0.678 0.148 336.0) |
Copy-ready code
/* CSS */
color: #cf71ba;
background-color: #cf71ba;
/* Tailwind (arbitrary) */
class="text-[#cf71ba] bg-[#cf71ba]"
/* SCSS */
$brand: #cf71ba;
/* SwiftUI */
Color(red: 0.812, green: 0.443, blue: 0.729)
/* Android */
Color.parseColor("#cf71ba")Accessibility — WCAG contrast
Aa
#cf71ba on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf71ba on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow10.1%
Key (black)18.8%
Color previews
#cf71ba text on a black background
contrast 6.72:1
Card sample
#cf71ba text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf71ba;
Background color
Panel with #cf71ba background
background-color: #cf71ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf71ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 113, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 113, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf71ba; background: linear-gradient(135deg, #cf71ba, #CF717B);