#cba0ad
a light, soft magenta / pink · warm · closest name: pink
RGB
203, 160, 173
HSL
342°, 29%, 71%
CMYK
0, 21, 15, 20
Luminance
0.4086
Every format
| HEX | #cba0ad |
| RGB | rgb(203, 160, 173) |
| HSL | hsl(342, 29%, 71%) |
| CMYK | cmyk(0%, 21%, 15%, 20%) |
| LAB | lab(70.1 17.9 -0.6) |
| LCH | lch(70.1 17.9 358.0) |
| OKLCH | oklch(0.749 0.054 358.5) |
Copy-ready code
/* CSS */
color: #cba0ad;
background-color: #cba0ad;
/* Tailwind (arbitrary) */
class="text-[#cba0ad] bg-[#cba0ad]"
/* SCSS */
$brand: #cba0ad;
/* SwiftUI */
Color(red: 0.796, green: 0.627, blue: 0.678)
/* Android */
Color.parseColor("#cba0ad")Accessibility — WCAG contrast
Aa
#cba0ad on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba0ad on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green62.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow14.8%
Key (black)20.4%
Color previews
#cba0ad text on a black background
contrast 9.17:1
Card sample
#cba0ad text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba0ad;
Background color
Panel with #cba0ad background
background-color: #cba0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 160, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 160, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba0ad; background: linear-gradient(135deg, #cba0ad, #CBB0A0);