#cfbc83
a light, soft yellow · cool · closest name: tan
RGB
207, 188, 131
HSL
45°, 44%, 66%
CMYK
0, 9, 37, 19
Luminance
0.5087
Every format
| HEX | #cfbc83 |
| RGB | rgb(207, 188, 131) |
| HSL | hsl(45, 44%, 66%) |
| CMYK | cmyk(0%, 9%, 37%, 19%) |
| LAB | lab(76.6 -1.5 31.3) |
| LCH | lch(76.6 31.4 92.7) |
| OKLCH | oklch(0.798 0.078 91.8) |
Copy-ready code
/* CSS */
color: #cfbc83;
background-color: #cfbc83;
/* Tailwind (arbitrary) */
class="text-[#cfbc83] bg-[#cfbc83]"
/* SCSS */
$brand: #cfbc83;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.514)
/* Android */
Color.parseColor("#cfbc83")Accessibility — WCAG contrast
Aa
#cfbc83 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc83 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow36.7%
Key (black)18.8%
Color previews
#cfbc83 text on a black background
contrast 11.17:1
Card sample
#cfbc83 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc83;
Background color
Panel with #cfbc83 background
background-color: #cfbc83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc83; background: linear-gradient(135deg, #cfbc83, #AFCF83);