#cfbe0d
a dark, electric yellow · cool · closest name: gold
RGB
207, 190, 13
HSL
55°, 88%, 43%
CMYK
0, 8, 94, 19
Luminance
0.5012
Every format
| HEX | #cfbe0d |
| RGB | rgb(207, 190, 13) |
| HSL | hsl(55, 88%, 43%) |
| CMYK | cmyk(0%, 8%, 94%, 19%) |
| LAB | lab(76.1 -9.7 76.1) |
| LCH | lch(76.1 76.7 97.3) |
| OKLCH | oklch(0.791 0.164 102.9) |
Copy-ready code
/* CSS */
color: #cfbe0d;
background-color: #cfbe0d;
/* Tailwind (arbitrary) */
class="text-[#cfbe0d] bg-[#cfbe0d]"
/* SCSS */
$brand: #cfbe0d;
/* SwiftUI */
Color(red: 0.812, green: 0.745, blue: 0.051)
/* Android */
Color.parseColor("#cfbe0d")Accessibility — WCAG contrast
Aa
#cfbe0d on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbe0d on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.5%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow93.7%
Key (black)18.8%
Color previews
#cfbe0d text on a black background
contrast 11.02:1
Card sample
#cfbe0d text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbe0d;
Background color
Panel with #cfbe0d background
background-color: #cfbe0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbe0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 190, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 190, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbe0d; background: linear-gradient(135deg, #cfbe0d, #5FCF0D);