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