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