#cbba9f
a light, soft orange · warm · closest name: tan
RGB
203, 186, 159
HSL
37°, 30%, 71%
CMYK
0, 8, 22, 20
Luminance
0.5032
Every format
| HEX | #cbba9f |
| RGB | rgb(203, 186, 159) |
| HSL | hsl(37, 30%, 71%) |
| CMYK | cmyk(0%, 8%, 22%, 20%) |
| LAB | lab(76.3 1.7 15.9) |
| LCH | lch(76.3 16.0 83.9) |
| OKLCH | oklch(0.796 0.042 79.4) |
Copy-ready code
/* CSS */
color: #cbba9f;
background-color: #cbba9f;
/* Tailwind (arbitrary) */
class="text-[#cbba9f] bg-[#cbba9f]"
/* SCSS */
$brand: #cbba9f;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.624)
/* Android */
Color.parseColor("#cbba9f")Accessibility — WCAG contrast
Aa
#cbba9f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbba9f on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow21.7%
Key (black)20.4%
Color previews
#cbba9f text on a black background
contrast 11.06:1
Card sample
#cbba9f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbba9f;
Background color
Panel with #cbba9f background
background-color: #cbba9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbba9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbba9f; background: linear-gradient(135deg, #cbba9f, #BFCB9F);