#cb899d
a light, soft magenta / pink · warm · closest name: pink
RGB
203, 137, 157
HSL
342°, 39%, 67%
CMYK
0, 33, 23, 20
Luminance
0.3302
Every format
| HEX | #cb899d |
| RGB | rgb(203, 137, 157) |
| HSL | hsl(342, 39%, 67%) |
| CMYK | cmyk(0%, 33%, 23%, 20%) |
| LAB | lab(64.2 28.0 -0.3) |
| LCH | lch(64.2 28.0 359.4) |
| OKLCH | oklch(0.702 0.084 359.8) |
Copy-ready code
/* CSS */
color: #cb899d;
background-color: #cb899d;
/* Tailwind (arbitrary) */
class="text-[#cb899d] bg-[#cb899d]"
/* SCSS */
$brand: #cb899d;
/* SwiftUI */
Color(red: 0.796, green: 0.537, blue: 0.616)
/* Android */
Color.parseColor("#cb899d")Accessibility — WCAG contrast
Aa
#cb899d on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb899d on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green53.7%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow22.7%
Key (black)20.4%
Color previews
#cb899d text on a black background
contrast 7.60:1
Card sample
#cb899d text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb899d;
Background color
Panel with #cb899d background
background-color: #cb899d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb899d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 137, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 137, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb899d; background: linear-gradient(135deg, #cb899d, #CBA189);