#cf71d2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 113, 210
HSL
298°, 52%, 63%
CMYK
1, 46, 0, 18
Luminance
0.2973
Every format
| HEX | #cf71d2 |
| RGB | rgb(207, 113, 210) |
| HSL | hsl(298, 52%, 63%) |
| CMYK | cmyk(1%, 46%, 0%, 18%) |
| LAB | lab(61.4 50.9 -34.4) |
| LCH | lch(61.4 61.5 326.0) |
| OKLCH | oklch(0.688 0.169 326.1) |
Copy-ready code
/* CSS */
color: #cf71d2;
background-color: #cf71d2;
/* Tailwind (arbitrary) */
class="text-[#cf71d2] bg-[#cf71d2]"
/* SCSS */
$brand: #cf71d2;
/* SwiftUI */
Color(red: 0.812, green: 0.443, blue: 0.824)
/* Android */
Color.parseColor("#cf71d2")Accessibility — WCAG contrast
Aa
#cf71d2 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf71d2 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green44.3%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta46.2%
Yellow0.0%
Key (black)17.6%
Color previews
#cf71d2 text on a black background
contrast 6.95:1
Card sample
#cf71d2 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf71d2;
Background color
Panel with #cf71d2 background
background-color: #cf71d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf71d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 113, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 113, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf71d2; background: linear-gradient(135deg, #cf71d2, #D27194);