#cf638f
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 99, 143
HSL
336°, 53%, 60%
CMYK
0, 52, 31, 19
Luminance
0.2417
Every format
| HEX | #cf638f |
| RGB | rgb(207, 99, 143) |
| HSL | hsl(336, 53%, 60%) |
| CMYK | cmyk(0%, 52%, 31%, 19%) |
| LAB | lab(56.3 47.4 -3.8) |
| LCH | lch(56.3 47.6 355.4) |
| OKLCH | oklch(0.642 0.144 356.3) |
Copy-ready code
/* CSS */
color: #cf638f;
background-color: #cf638f;
/* Tailwind (arbitrary) */
class="text-[#cf638f] bg-[#cf638f]"
/* SCSS */
$brand: #cf638f;
/* SwiftUI */
Color(red: 0.812, green: 0.388, blue: 0.561)
/* Android */
Color.parseColor("#cf638f")Accessibility — WCAG contrast
Aa
#cf638f on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf638f on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow30.9%
Key (black)18.8%
Color previews
#cf638f text on a black background
contrast 5.83:1
Card sample
#cf638f text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf638f;
Background color
Panel with #cf638f background
background-color: #cf638f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf638f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 99, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 99, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf638f; background: linear-gradient(135deg, #cf638f, #CF7F63);