#cfb77f
a light, vivid yellow · warm · closest name: tan
RGB
207, 183, 127
HSL
42°, 46%, 66%
CMYK
0, 12, 39, 19
Luminance
0.4866
Every format
| HEX | #cfb77f |
| RGB | rgb(207, 183, 127) |
| HSL | hsl(42, 46%, 66%) |
| CMYK | cmyk(0%, 12%, 39%, 19%) |
| LAB | lab(75.2 0.7 31.6) |
| LCH | lch(75.2 31.6 88.8) |
| OKLCH | oklch(0.787 0.078 87.3) |
Copy-ready code
/* CSS */
color: #cfb77f;
background-color: #cfb77f;
/* Tailwind (arbitrary) */
class="text-[#cfb77f] bg-[#cfb77f]"
/* SCSS */
$brand: #cfb77f;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.498)
/* Android */
Color.parseColor("#cfb77f")Accessibility — WCAG contrast
Aa
#cfb77f on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb77f on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow38.6%
Key (black)18.8%
Color previews
#cfb77f text on a black background
contrast 10.73:1
Card sample
#cfb77f text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb77f;
Background color
Panel with #cfb77f background
background-color: #cfb77f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb77f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb77f; background: linear-gradient(135deg, #cfb77f, #B2CF7F);