#cf7eb4
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 126, 180
HSL
320°, 46%, 65%
CMYK
0, 39, 13, 19
Luminance
0.3148
Every format
| HEX | #cf7eb4 |
| RGB | rgb(207, 126, 180) |
| HSL | hsl(320, 46%, 65%) |
| CMYK | cmyk(0%, 39%, 13%, 19%) |
| LAB | lab(62.9 39.0 -15.2) |
| LCH | lch(62.9 41.8 338.7) |
| OKLCH | oklch(0.696 0.121 340.5) |
Copy-ready code
/* CSS */
color: #cf7eb4;
background-color: #cf7eb4;
/* Tailwind (arbitrary) */
class="text-[#cf7eb4] bg-[#cf7eb4]"
/* SCSS */
$brand: #cf7eb4;
/* SwiftUI */
Color(red: 0.812, green: 0.494, blue: 0.706)
/* Android */
Color.parseColor("#cf7eb4")Accessibility — WCAG contrast
Aa
#cf7eb4 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7eb4 on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.4%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow13.0%
Key (black)18.8%
Color previews
#cf7eb4 text on a black background
contrast 7.30:1
Card sample
#cf7eb4 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7eb4;
Background color
Panel with #cf7eb4 background
background-color: #cf7eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 126, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 126, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7eb4; background: linear-gradient(135deg, #cf7eb4, #CF7E7E);