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