#cbba8f
a light, soft yellow · warm · closest name: tan
RGB
203, 186, 143
HSL
43°, 37%, 68%
CMYK
0, 8, 30, 20
Luminance
0.4980
Every format
| HEX | #cbba8f |
| RGB | rgb(203, 186, 143) |
| HSL | hsl(43, 37%, 68%) |
| CMYK | cmyk(0%, 8%, 30%, 20%) |
| LAB | lab(76.0 -0.5 24.0) |
| LCH | lch(76.0 24.1 91.2) |
| OKLCH | oklch(0.792 0.061 89.0) |
Copy-ready code
/* CSS */
color: #cbba8f;
background-color: #cbba8f;
/* Tailwind (arbitrary) */
class="text-[#cbba8f] bg-[#cbba8f]"
/* SCSS */
$brand: #cbba8f;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.561)
/* Android */
Color.parseColor("#cbba8f")Accessibility — WCAG contrast
Aa
#cbba8f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbba8f on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow29.6%
Key (black)20.4%
Color previews
#cbba8f text on a black background
contrast 10.96:1
Card sample
#cbba8f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbba8f;
Background color
Panel with #cbba8f background
background-color: #cbba8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbba8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbba8f; background: linear-gradient(135deg, #cbba8f, #B4CB8F);