#cf4daf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 77, 175
HSL
315°, 58%, 56%
CMYK
0, 63, 16, 19
Luminance
0.2167
Every format
| HEX | #cf4daf |
| RGB | rgb(207, 77, 175) |
| HSL | hsl(315, 58%, 56%) |
| CMYK | cmyk(0%, 63%, 16%, 19%) |
| LAB | lab(53.7 61.9 -26.4) |
| LCH | lch(53.7 67.3 336.9) |
| OKLCH | oklch(0.626 0.196 338.7) |
Copy-ready code
/* CSS */
color: #cf4daf;
background-color: #cf4daf;
/* Tailwind (arbitrary) */
class="text-[#cf4daf] bg-[#cf4daf]"
/* SCSS */
$brand: #cf4daf;
/* SwiftUI */
Color(red: 0.812, green: 0.302, blue: 0.686)
/* Android */
Color.parseColor("#cf4daf")Accessibility — WCAG contrast
Aa
#cf4daf on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4daf on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green30.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow15.5%
Key (black)18.8%
Color previews
#cf4daf text on a black background
contrast 5.33:1
Card sample
#cf4daf text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4daf;
Background color
Panel with #cf4daf background
background-color: #cf4daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 77, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 77, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4daf; background: linear-gradient(135deg, #cf4daf, #CF4D58);