#cf637f
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
207, 99, 127
HSL
344°, 53%, 60%
CMYK
0, 52, 39, 19
Luminance
0.2372
Every format
| HEX | #cf637f |
| RGB | rgb(207, 99, 127) |
| HSL | hsl(344, 53%, 60%) |
| CMYK | cmyk(0%, 52%, 39%, 19%) |
| LAB | lab(55.8 45.5 4.9) |
| LCH | lch(55.8 45.8 6.2) |
| OKLCH | oklch(0.637 0.139 5.5) |
Copy-ready code
/* CSS */
color: #cf637f;
background-color: #cf637f;
/* Tailwind (arbitrary) */
class="text-[#cf637f] bg-[#cf637f]"
/* SCSS */
$brand: #cf637f;
/* SwiftUI */
Color(red: 0.812, green: 0.388, blue: 0.498)
/* Android */
Color.parseColor("#cf637f")Accessibility — WCAG contrast
Aa
#cf637f on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf637f on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow38.6%
Key (black)18.8%
Color previews
#cf637f text on a black background
contrast 5.74:1
Card sample
#cf637f text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf637f;
Background color
Panel with #cf637f background
background-color: #cf637f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf637f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 99, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 99, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf637f; background: linear-gradient(135deg, #cf637f, #CF8F63);