#cfbc2f
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 188, 47
HSL
53°, 63%, 50%
CMYK
0, 9, 77, 19
Luminance
0.4944
Every format
| HEX | #cfbc2f |
| RGB | rgb(207, 188, 47) |
| HSL | hsl(53, 63%, 50%) |
| CMYK | cmyk(0%, 9%, 77%, 19%) |
| LAB | lab(75.7 -7.9 68.2) |
| LCH | lch(75.7 68.7 96.6) |
| OKLCH | oklch(0.788 0.151 101.2) |
Copy-ready code
/* CSS */
color: #cfbc2f;
background-color: #cfbc2f;
/* Tailwind (arbitrary) */
class="text-[#cfbc2f] bg-[#cfbc2f]"
/* SCSS */
$brand: #cfbc2f;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.184)
/* Android */
Color.parseColor("#cfbc2f")Accessibility — WCAG contrast
Aa
#cfbc2f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc2f on black: 10.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow77.3%
Key (black)18.8%
Color previews
#cfbc2f text on a black background
contrast 10.89:1
Card sample
#cfbc2f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc2f;
Background color
Panel with #cfbc2f background
background-color: #cfbc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc2f; background: linear-gradient(135deg, #cfbc2f, #77CF2F);