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