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