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