#cf6281
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
207, 98, 129
HSL
343°, 53%, 60%
CMYK
0, 53, 38, 19
Luminance
0.2359
Every format
| HEX | #cf6281 |
| RGB | rgb(207, 98, 129) |
| HSL | hsl(343, 53%, 60%) |
| CMYK | cmyk(0%, 53%, 38%, 19%) |
| LAB | lab(55.7 46.2 3.6) |
| LCH | lch(55.7 46.4 4.4) |
| OKLCH | oklch(0.636 0.141 4.0) |
Copy-ready code
/* CSS */
color: #cf6281;
background-color: #cf6281;
/* Tailwind (arbitrary) */
class="text-[#cf6281] bg-[#cf6281]"
/* SCSS */
$brand: #cf6281;
/* SwiftUI */
Color(red: 0.812, green: 0.384, blue: 0.506)
/* Android */
Color.parseColor("#cf6281")Accessibility — WCAG contrast
Aa
#cf6281 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6281 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.4%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow37.7%
Key (black)18.8%
Color previews
#cf6281 text on a black background
contrast 5.72:1
Card sample
#cf6281 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6281;
Background color
Panel with #cf6281 background
background-color: #cf6281;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6281;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 98, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 98, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6281; background: linear-gradient(135deg, #cf6281, #CF8C62);