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