#cfb856
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 184, 86
HSL
49°, 56%, 58%
CMYK
0, 11, 59, 19
Luminance
0.4822
Every format
| HEX | #cfb856 |
| RGB | rgb(207, 184, 86) |
| HSL | hsl(49, 56%, 58%) |
| CMYK | cmyk(0%, 11%, 59%, 19%) |
| LAB | lab(75.0 -3.7 51.8) |
| LCH | lch(75.0 52.0 94.1) |
| OKLCH | oklch(0.783 0.121 96.2) |
Copy-ready code
/* CSS */
color: #cfb856;
background-color: #cfb856;
/* Tailwind (arbitrary) */
class="text-[#cfb856] bg-[#cfb856]"
/* SCSS */
$brand: #cfb856;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.337)
/* Android */
Color.parseColor("#cfb856")Accessibility — WCAG contrast
Aa
#cfb856 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb856 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow58.5%
Key (black)18.8%
Color previews
#cfb856 text on a black background
contrast 10.64:1
Card sample
#cfb856 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb856;
Background color
Panel with #cfb856 background
background-color: #cfb856;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb856;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb856; background: linear-gradient(135deg, #cfb856, #95CF56);