#cf4da5
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 77, 165
HSL
319°, 58%, 56%
CMYK
0, 63, 20, 19
Luminance
0.2129
Every format
| HEX | #cf4da5 |
| RGB | rgb(207, 77, 165) |
| HSL | hsl(319, 58%, 56%) |
| CMYK | cmyk(0%, 63%, 20%, 19%) |
| LAB | lab(53.3 60.4 -21.2) |
| LCH | lch(53.3 64.0 340.7) |
| OKLCH | oklch(0.622 0.189 342.6) |
Copy-ready code
/* CSS */
color: #cf4da5;
background-color: #cf4da5;
/* Tailwind (arbitrary) */
class="text-[#cf4da5] bg-[#cf4da5]"
/* SCSS */
$brand: #cf4da5;
/* SwiftUI */
Color(red: 0.812, green: 0.302, blue: 0.647)
/* Android */
Color.parseColor("#cf4da5")Accessibility — WCAG contrast
Aa
#cf4da5 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4da5 on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green30.2%
Blue64.7%
CMYK percentages
Cyan0.0%
Magenta62.8%
Yellow20.3%
Key (black)18.8%
Color previews
#cf4da5 text on a black background
contrast 5.26:1
Card sample
#cf4da5 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4da5;
Background color
Panel with #cf4da5 background
background-color: #cf4da5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4da5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 77, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 77, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4da5; background: linear-gradient(135deg, #cf4da5, #CF4D4E);