#cfb87c
a balanced, vivid yellow · warm · closest name: tan
RGB
207, 184, 124
HSL
43°, 46%, 65%
CMYK
0, 11, 40, 19
Luminance
0.4900
Every format
| HEX | #cfb87c |
| RGB | rgb(207, 184, 124) |
| HSL | hsl(43, 46%, 65%) |
| CMYK | cmyk(0%, 11%, 40%, 19%) |
| LAB | lab(75.5 -0.2 33.5) |
| LCH | lch(75.5 33.5 90.3) |
| OKLCH | oklch(0.788 0.082 89.4) |
Copy-ready code
/* CSS */
color: #cfb87c;
background-color: #cfb87c;
/* Tailwind (arbitrary) */
class="text-[#cfb87c] bg-[#cfb87c]"
/* SCSS */
$brand: #cfb87c;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.486)
/* Android */
Color.parseColor("#cfb87c")Accessibility — WCAG contrast
Aa
#cfb87c on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb87c on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow40.1%
Key (black)18.8%
Color previews
#cfb87c text on a black background
contrast 10.80:1
Card sample
#cfb87c text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb87c;
Background color
Panel with #cfb87c background
background-color: #cfb87c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb87c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb87c; background: linear-gradient(135deg, #cfb87c, #AFCF7C);