#cfb66d
a balanced, vivid yellow · warm · closest name: tan
RGB
207, 182, 109
HSL
45°, 51%, 62%
CMYK
0, 12, 47, 19
Luminance
0.4783
Every format
| HEX | #cfb66d |
| RGB | rgb(207, 182, 109) |
| HSL | hsl(45, 51%, 62%) |
| CMYK | cmyk(0%, 12%, 47%, 19%) |
| LAB | lab(74.7 -0.7 40.3) |
| LCH | lch(74.7 40.3 91.0) |
| OKLCH | oklch(0.782 0.097 91.1) |
Copy-ready code
/* CSS */
color: #cfb66d;
background-color: #cfb66d;
/* Tailwind (arbitrary) */
class="text-[#cfb66d] bg-[#cfb66d]"
/* SCSS */
$brand: #cfb66d;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.427)
/* Android */
Color.parseColor("#cfb66d")Accessibility — WCAG contrast
Aa
#cfb66d on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb66d on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow47.3%
Key (black)18.8%
Color previews
#cfb66d text on a black background
contrast 10.57:1
Card sample
#cfb66d text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb66d;
Background color
Panel with #cfb66d background
background-color: #cfb66d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb66d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb66d; background: linear-gradient(135deg, #cfb66d, #A7CF6D);