#cf72be
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 114, 190
HSL
311°, 49%, 63%
CMYK
0, 45, 8, 19
Luminance
0.2902
Every format
| HEX | #cf72be |
| RGB | rgb(207, 114, 190) |
| HSL | hsl(311, 49%, 63%) |
| CMYK | cmyk(0%, 45%, 8%, 19%) |
| LAB | lab(60.8 46.9 -24.1) |
| LCH | lch(60.8 52.7 332.8) |
| OKLCH | oklch(0.681 0.150 334.3) |
Copy-ready code
/* CSS */
color: #cf72be;
background-color: #cf72be;
/* Tailwind (arbitrary) */
class="text-[#cf72be] bg-[#cf72be]"
/* SCSS */
$brand: #cf72be;
/* SwiftUI */
Color(red: 0.812, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#cf72be")Accessibility — WCAG contrast
Aa
#cf72be on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf72be on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta44.9%
Yellow8.2%
Key (black)18.8%
Color previews
#cf72be text on a black background
contrast 6.80:1
Card sample
#cf72be text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf72be;
Background color
Panel with #cf72be background
background-color: #cf72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf72be; background: linear-gradient(135deg, #cf72be, #CF7280);