#cfba67
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 186, 103
HSL
48°, 52%, 61%
CMYK
0, 10, 50, 19
Luminance
0.4936
Every format
| HEX | #cfba67 |
| RGB | rgb(207, 186, 103) |
| HSL | hsl(48, 52%, 61%) |
| CMYK | cmyk(0%, 10%, 50%, 19%) |
| LAB | lab(75.7 -3.3 44.5) |
| LCH | lch(75.7 44.6 94.3) |
| OKLCH | oklch(0.789 0.106 95.5) |
Copy-ready code
/* CSS */
color: #cfba67;
background-color: #cfba67;
/* Tailwind (arbitrary) */
class="text-[#cfba67] bg-[#cfba67]"
/* SCSS */
$brand: #cfba67;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.404)
/* Android */
Color.parseColor("#cfba67")Accessibility — WCAG contrast
Aa
#cfba67 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba67 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow50.2%
Key (black)18.8%
Color previews
#cfba67 text on a black background
contrast 10.87:1
Card sample
#cfba67 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba67;
Background color
Panel with #cfba67 background
background-color: #cfba67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba67; background: linear-gradient(135deg, #cfba67, #9FCF67);