#cf7da4
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 125, 164
HSL
332°, 46%, 65%
CMYK
0, 40, 21, 19
Luminance
0.3061
Every format
| HEX | #cf7da4 |
| RGB | rgb(207, 125, 164) |
| HSL | hsl(332, 46%, 65%) |
| CMYK | cmyk(0%, 40%, 21%, 19%) |
| LAB | lab(62.2 37.0 -7.2) |
| LCH | lch(62.2 37.7 349.1) |
| OKLCH | oklch(0.689 0.112 350.5) |
Copy-ready code
/* CSS */
color: #cf7da4;
background-color: #cf7da4;
/* Tailwind (arbitrary) */
class="text-[#cf7da4] bg-[#cf7da4]"
/* SCSS */
$brand: #cf7da4;
/* SwiftUI */
Color(red: 0.812, green: 0.490, blue: 0.643)
/* Android */
Color.parseColor("#cf7da4")Accessibility — WCAG contrast
Aa
#cf7da4 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7da4 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.0%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow20.8%
Key (black)18.8%
Color previews
#cf7da4 text on a black background
contrast 7.12:1
Card sample
#cf7da4 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7da4;
Background color
Panel with #cf7da4 background
background-color: #cf7da4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7da4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 125, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 125, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7da4; background: linear-gradient(135deg, #cf7da4, #CF8D7D);