#cba3ad
a light, soft red · warm · closest name: pink
RGB
203, 163, 173
HSL
345°, 28%, 72%
CMYK
0, 20, 15, 20
Luminance
0.4191
Every format
| HEX | #cba3ad |
| RGB | rgb(203, 163, 173) |
| HSL | hsl(345, 28%, 72%) |
| CMYK | cmyk(0%, 20%, 15%, 20%) |
| LAB | lab(70.8 16.3 0.4) |
| LCH | lch(70.8 16.3 1.5) |
| OKLCH | oklch(0.755 0.049 1.6) |
Copy-ready code
/* CSS */
color: #cba3ad;
background-color: #cba3ad;
/* Tailwind (arbitrary) */
class="text-[#cba3ad] bg-[#cba3ad]"
/* SCSS */
$brand: #cba3ad;
/* SwiftUI */
Color(red: 0.796, green: 0.639, blue: 0.678)
/* Android */
Color.parseColor("#cba3ad")Accessibility — WCAG contrast
Aa
#cba3ad on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba3ad on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green63.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow14.8%
Key (black)20.4%
Color previews
#cba3ad text on a black background
contrast 9.38:1
Card sample
#cba3ad text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba3ad;
Background color
Panel with #cba3ad background
background-color: #cba3ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba3ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 163, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 163, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba3ad; background: linear-gradient(135deg, #cba3ad, #CBB4A3);