#cf72df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 114, 223
HSL
291°, 63%, 66%
CMYK
7, 49, 0, 13
Luminance
0.3063
Every format
| HEX | #cf72df |
| RGB | rgb(207, 114, 223) |
| HSL | hsl(291, 63%, 66%) |
| CMYK | cmyk(7%, 49%, 0%, 13%) |
| LAB | lab(62.2 52.9 -40.5) |
| LCH | lch(62.2 66.6 322.5) |
| OKLCH | oklch(0.696 0.180 321.6) |
Copy-ready code
/* CSS */
color: #cf72df;
background-color: #cf72df;
/* Tailwind (arbitrary) */
class="text-[#cf72df] bg-[#cf72df]"
/* SCSS */
$brand: #cf72df;
/* SwiftUI */
Color(red: 0.812, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#cf72df")Accessibility — WCAG contrast
Aa
#cf72df on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf72df on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.7%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#cf72df text on a black background
contrast 7.13:1
Card sample
#cf72df text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf72df;
Background color
Panel with #cf72df background
background-color: #cf72df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf72df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf72df; background: linear-gradient(135deg, #cf72df, #DF72A6);