#cfb86c
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 184, 108
HSL
46°, 51%, 62%
CMYK
0, 11, 48, 19
Luminance
0.4863
Every format
| HEX | #cfb86c |
| RGB | rgb(207, 184, 108) |
| HSL | hsl(46, 51%, 62%) |
| CMYK | cmyk(0%, 11%, 48%, 19%) |
| LAB | lab(75.2 -1.8 41.4) |
| LCH | lch(75.2 41.5 92.5) |
| OKLCH | oklch(0.786 0.100 93.1) |
Copy-ready code
/* CSS */
color: #cfb86c;
background-color: #cfb86c;
/* Tailwind (arbitrary) */
class="text-[#cfb86c] bg-[#cfb86c]"
/* SCSS */
$brand: #cfb86c;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.424)
/* Android */
Color.parseColor("#cfb86c")Accessibility — WCAG contrast
Aa
#cfb86c on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb86c on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow47.8%
Key (black)18.8%
Color previews
#cfb86c text on a black background
contrast 10.73:1
Card sample
#cfb86c text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb86c;
Background color
Panel with #cfb86c background
background-color: #cfb86c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb86c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb86c; background: linear-gradient(135deg, #cfb86c, #A4CF6C);