#cbac90
a light, soft orange · warm · closest name: tan
RGB
203, 172, 144
HSL
29°, 36%, 68%
CMYK
0, 15, 29, 20
Luminance
0.4422
Every format
| HEX | #cbac90 |
| RGB | rgb(203, 172, 144) |
| HSL | hsl(29, 36%, 68%) |
| CMYK | cmyk(0%, 15%, 29%, 20%) |
| LAB | lab(72.4 7.1 18.6) |
| LCH | lch(72.4 19.9 69.1) |
| OKLCH | oklch(0.764 0.053 64.0) |
Copy-ready code
/* CSS */
color: #cbac90;
background-color: #cbac90;
/* Tailwind (arbitrary) */
class="text-[#cbac90] bg-[#cbac90]"
/* SCSS */
$brand: #cbac90;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.565)
/* Android */
Color.parseColor("#cbac90")Accessibility — WCAG contrast
Aa
#cbac90 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbac90 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow29.1%
Key (black)20.4%
Color previews
#cbac90 text on a black background
contrast 9.84:1
Card sample
#cbac90 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbac90;
Background color
Panel with #cbac90 background
background-color: #cbac90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbac90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbac90; background: linear-gradient(135deg, #cbac90, #C3CB90);