#cbaf86
a light, soft orange · warm · “tan”
RGB
203, 175, 134
HSL
36°, 40%, 66%
CMYK
0, 14, 34, 20
Luminance
0.4508
Every format
| HEX | #cbaf86 |
| RGB | rgb(203, 175, 134) |
| HSL | hsl(36, 40%, 66%) |
| CMYK | cmyk(0%, 14%, 34%, 20%) |
| LAB | lab(72.9 4.2 24.8) |
| LCH | lch(72.9 25.1 80.4) |
| OKLCH | oklch(0.768 0.064 77.0) |
Copy-ready code
/* CSS */
color: #cbaf86;
background-color: #cbaf86;
/* Tailwind (arbitrary) */
class="text-[#cbaf86] bg-[#cbaf86]"
/* SCSS */
$brand: #cbaf86;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.525)
/* Android */
Color.parseColor("#cbaf86")Accessibility — WCAG contrast
Aa
#cbaf86 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaf86 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow34.0%
Key (black)20.4%
Color previews
#cbaf86 text on a black background
contrast 10.02:1
Card sample
#cbaf86 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaf86;
Background color
Panel with #cbaf86 background
background-color: #cbaf86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaf86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaf86; background: linear-gradient(135deg, #cbaf86, #B9CB86);