#cfbc4f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 188, 79
HSL
51°, 57%, 56%
CMYK
0, 9, 62, 19
Luminance
0.4980
Every format
| HEX | #cfbc4f |
| RGB | rgb(207, 188, 79) |
| HSL | hsl(51, 57%, 56%) |
| CMYK | cmyk(0%, 9%, 62%, 19%) |
| LAB | lab(76.0 -6.3 56.1) |
| LCH | lch(76.0 56.4 96.4) |
| OKLCH | oklch(0.790 0.130 99.4) |
Copy-ready code
/* CSS */
color: #cfbc4f;
background-color: #cfbc4f;
/* Tailwind (arbitrary) */
class="text-[#cfbc4f] bg-[#cfbc4f]"
/* SCSS */
$brand: #cfbc4f;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.310)
/* Android */
Color.parseColor("#cfbc4f")Accessibility — WCAG contrast
Aa
#cfbc4f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc4f on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow61.8%
Key (black)18.8%
Color previews
#cfbc4f text on a black background
contrast 10.96:1
Card sample
#cfbc4f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc4f;
Background color
Panel with #cfbc4f background
background-color: #cfbc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc4f; background: linear-gradient(135deg, #cfbc4f, #8DCF4F);