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