#cfba83
a light, soft yellow · warm · closest name: tan
RGB
207, 186, 131
HSL
43°, 44%, 66%
CMYK
0, 10, 37, 19
Luminance
0.5002
Every format
| HEX | #cfba83 |
| RGB | rgb(207, 186, 131) |
| HSL | hsl(43, 44%, 66%) |
| CMYK | cmyk(0%, 10%, 37%, 19%) |
| LAB | lab(76.1 -0.4 30.6) |
| LCH | lch(76.1 30.6 90.8) |
| OKLCH | oklch(0.794 0.076 89.5) |
Copy-ready code
/* CSS */
color: #cfba83;
background-color: #cfba83;
/* Tailwind (arbitrary) */
class="text-[#cfba83] bg-[#cfba83]"
/* SCSS */
$brand: #cfba83;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.514)
/* Android */
Color.parseColor("#cfba83")Accessibility — WCAG contrast
Aa
#cfba83 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba83 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow36.7%
Key (black)18.8%
Color previews
#cfba83 text on a black background
contrast 11.00:1
Card sample
#cfba83 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba83;
Background color
Panel with #cfba83 background
background-color: #cfba83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba83; background: linear-gradient(135deg, #cfba83, #B1CF83);