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