#cf71cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 113, 207
HSL
300°, 50%, 63%
CMYK
0, 45, 0, 19
Luminance
0.2958
Every format
| HEX | #cf71cf |
| RGB | rgb(207, 113, 207) |
| HSL | hsl(300, 50%, 63%) |
| CMYK | cmyk(0%, 45%, 0%, 19%) |
| LAB | lab(61.3 50.4 -32.9) |
| LCH | lch(61.3 60.2 326.8) |
| OKLCH | oklch(0.687 0.166 327.2) |
Copy-ready code
/* CSS */
color: #cf71cf;
background-color: #cf71cf;
/* Tailwind (arbitrary) */
class="text-[#cf71cf] bg-[#cf71cf]"
/* SCSS */
$brand: #cf71cf;
/* SwiftUI */
Color(red: 0.812, green: 0.443, blue: 0.812)
/* Android */
Color.parseColor("#cf71cf")Accessibility — WCAG contrast
Aa
#cf71cf on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf71cf on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta45.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cf71cf text on a black background
contrast 6.92:1
Card sample
#cf71cf text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf71cf;
Background color
Panel with #cf71cf background
background-color: #cf71cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf71cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 113, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 113, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf71cf; background: linear-gradient(135deg, #cf71cf, #CF7190);