#cb486f
a balanced, vivid magenta / pink · warm · closest name: salmon
RGB
203, 72, 111
HSL
342°, 56%, 54%
CMYK
0, 65, 45, 20
Luminance
0.1848
Every format
| HEX | #cb486f |
| RGB | rgb(203, 72, 111) |
| HSL | hsl(342, 56%, 54%) |
| CMYK | cmyk(0%, 65%, 45%, 20%) |
| LAB | lab(50.1 54.9 6.2) |
| LCH | lch(50.1 55.3 6.4) |
| OKLCH | oklch(0.591 0.168 5.6) |
Copy-ready code
/* CSS */
color: #cb486f;
background-color: #cb486f;
/* Tailwind (arbitrary) */
class="text-[#cb486f] bg-[#cb486f]"
/* SCSS */
$brand: #cb486f;
/* SwiftUI */
Color(red: 0.796, green: 0.282, blue: 0.435)
/* Android */
Color.parseColor("#cb486f")Accessibility — WCAG contrast
Aa
#cb486f on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb486f on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green28.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow45.3%
Key (black)20.4%
Color previews
#cb486f text on a black background
contrast 4.70:1
Card sample
#cb486f text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb486f;
Background color
Panel with #cb486f background
background-color: #cb486f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb486f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 72, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 72, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb486f; background: linear-gradient(135deg, #cb486f, #CB7848);