#cfbf3f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 191, 63
HSL
53°, 60%, 53%
CMYK
0, 8, 70, 19
Luminance
0.5089
Every format
| HEX | #cfbf3f |
| RGB | rgb(207, 191, 63) |
| HSL | hsl(53, 60%, 53%) |
| CMYK | cmyk(0%, 8%, 70%, 19%) |
| LAB | lab(76.6 -8.7 63.4) |
| LCH | lch(76.6 64.0 97.8) |
| OKLCH | oklch(0.795 0.145 102.1) |
Copy-ready code
/* CSS */
color: #cfbf3f;
background-color: #cfbf3f;
/* Tailwind (arbitrary) */
class="text-[#cfbf3f] bg-[#cfbf3f]"
/* SCSS */
$brand: #cfbf3f;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.247)
/* Android */
Color.parseColor("#cfbf3f")Accessibility — WCAG contrast
Aa
#cfbf3f on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbf3f on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow69.6%
Key (black)18.8%
Color previews
#cfbf3f text on a black background
contrast 11.18:1
Card sample
#cfbf3f text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbf3f;
Background color
Panel with #cfbf3f background
background-color: #cfbf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbf3f; background: linear-gradient(135deg, #cfbf3f, #7FCF3F);