#cfb786
a light, soft yellow · warm · closest name: tan
RGB
207, 183, 134
HSL
40°, 43%, 67%
CMYK
0, 12, 35, 19
Luminance
0.4885
Every format
| HEX | #cfb786 |
| RGB | rgb(207, 183, 134) |
| HSL | hsl(40, 43%, 67%) |
| CMYK | cmyk(0%, 12%, 35%, 19%) |
| LAB | lab(75.4 1.5 28.1) |
| LCH | lch(75.4 28.1 86.9) |
| OKLCH | oklch(0.788 0.070 84.7) |
Copy-ready code
/* CSS */
color: #cfb786;
background-color: #cfb786;
/* Tailwind (arbitrary) */
class="text-[#cfb786] bg-[#cfb786]"
/* SCSS */
$brand: #cfb786;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.525)
/* Android */
Color.parseColor("#cfb786")Accessibility — WCAG contrast
Aa
#cfb786 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb786 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow35.3%
Key (black)18.8%
Color previews
#cfb786 text on a black background
contrast 10.77:1
Card sample
#cfb786 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb786;
Background color
Panel with #cfb786 background
background-color: #cfb786;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb786;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb786; background: linear-gradient(135deg, #cfb786, #B6CF86);