#cba49f
a light, soft red · warm · closest name: silver
RGB
203, 164, 159
HSL
7°, 30%, 71%
CMYK
0, 19, 22, 20
Luminance
0.4175
Every format
| HEX | #cba49f |
| RGB | rgb(203, 164, 159) |
| HSL | hsl(7, 30%, 71%) |
| CMYK | cmyk(0%, 19%, 22%, 20%) |
| LAB | lab(70.7 13.6 8.0) |
| LCH | lch(70.7 15.8 30.6) |
| OKLCH | oklch(0.753 0.047 26.7) |
Copy-ready code
/* CSS */
color: #cba49f;
background-color: #cba49f;
/* Tailwind (arbitrary) */
class="text-[#cba49f] bg-[#cba49f]"
/* SCSS */
$brand: #cba49f;
/* SwiftUI */
Color(red: 0.796, green: 0.643, blue: 0.624)
/* Android */
Color.parseColor("#cba49f")Accessibility — WCAG contrast
Aa
#cba49f on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cba49f on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green64.3%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow21.7%
Key (black)20.4%
Color previews
#cba49f text on a black background
contrast 9.35:1
Card sample
#cba49f text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cba49f;
Background color
Panel with #cba49f background
background-color: #cba49f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cba49f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 164, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 164, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cba49f; background: linear-gradient(135deg, #cba49f, #CBC19F);