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