#cbaf8d
a light, soft orange · warm · closest name: tan
RGB
203, 175, 141
HSL
33°, 37%, 68%
CMYK
0, 14, 31, 20
Luminance
0.4528
Every format
| HEX | #cbaf8d |
| RGB | rgb(203, 175, 141) |
| HSL | hsl(33, 37%, 68%) |
| CMYK | cmyk(0%, 14%, 31%, 20%) |
| LAB | lab(73.1 5.1 21.2) |
| LCH | lch(73.1 21.8 76.6) |
| OKLCH | oklch(0.770 0.057 72.2) |
Copy-ready code
/* CSS */
color: #cbaf8d;
background-color: #cbaf8d;
/* Tailwind (arbitrary) */
class="text-[#cbaf8d] bg-[#cbaf8d]"
/* SCSS */
$brand: #cbaf8d;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.553)
/* Android */
Color.parseColor("#cbaf8d")Accessibility — WCAG contrast
Aa
#cbaf8d on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaf8d on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow30.5%
Key (black)20.4%
Color previews
#cbaf8d text on a black background
contrast 10.06:1
Card sample
#cbaf8d text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaf8d;
Background color
Panel with #cbaf8d background
background-color: #cbaf8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaf8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaf8d; background: linear-gradient(135deg, #cbaf8d, #BECB8D);