#cf7dbc
a light, vivid magenta / pink · warm · closest name: plum
RGB
207, 125, 188
HSL
314°, 46%, 65%
CMYK
0, 40, 9, 19
Luminance
0.3156
Every format
| HEX | #cf7dbc |
| RGB | rgb(207, 125, 188) |
| HSL | hsl(314, 46%, 65%) |
| CMYK | cmyk(0%, 40%, 9%, 19%) |
| LAB | lab(63.0 40.8 -19.6) |
| LCH | lch(63.0 45.3 334.4) |
| OKLCH | oklch(0.697 0.129 335.9) |
Copy-ready code
/* CSS */
color: #cf7dbc;
background-color: #cf7dbc;
/* Tailwind (arbitrary) */
class="text-[#cf7dbc] bg-[#cf7dbc]"
/* SCSS */
$brand: #cf7dbc;
/* SwiftUI */
Color(red: 0.812, green: 0.490, blue: 0.737)
/* Android */
Color.parseColor("#cf7dbc")Accessibility — WCAG contrast
Aa
#cf7dbc on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7dbc on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow9.2%
Key (black)18.8%
Color previews
#cf7dbc text on a black background
contrast 7.31:1
Card sample
#cf7dbc text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7dbc;
Background color
Panel with #cf7dbc background
background-color: #cf7dbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7dbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 125, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 125, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7dbc; background: linear-gradient(135deg, #cf7dbc, #CF7D85);