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