#cfbf7f
a light, vivid yellow · cool · closest name: tan
RGB
207, 191, 127
HSL
48°, 46%, 66%
CMYK
0, 8, 39, 19
Luminance
0.5206
Every format
| HEX | #cfbf7f |
| RGB | rgb(207, 191, 127) |
| HSL | hsl(48, 46%, 66%) |
| CMYK | cmyk(0%, 8%, 39%, 19%) |
| LAB | lab(77.3 -3.5 34.3) |
| LCH | lch(77.3 34.5 95.9) |
| OKLCH | oklch(0.803 0.085 95.8) |
Copy-ready code
/* CSS */
color: #cfbf7f;
background-color: #cfbf7f;
/* Tailwind (arbitrary) */
class="text-[#cfbf7f] bg-[#cfbf7f]"
/* SCSS */
$brand: #cfbf7f;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.498)
/* Android */
Color.parseColor("#cfbf7f")Accessibility — WCAG contrast
Aa
#cfbf7f on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbf7f on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow38.6%
Key (black)18.8%
Color previews
#cfbf7f text on a black background
contrast 11.41:1
Card sample
#cfbf7f text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbf7f;
Background color
Panel with #cfbf7f background
background-color: #cfbf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbf7f; background: linear-gradient(135deg, #cfbf7f, #AACF7F);