#cfbf0f
a dark, electric yellow · cool · closest name: gold
RGB
207, 191, 15
HSL
55°, 87%, 44%
CMYK
0, 8, 93, 19
Luminance
0.5056
Every format
| HEX | #cfbf0f |
| RGB | rgb(207, 191, 15) |
| HSL | hsl(55, 87%, 44%) |
| CMYK | cmyk(0%, 8%, 93%, 19%) |
| LAB | lab(76.4 -10.2 76.0) |
| LCH | lch(76.4 76.7 97.7) |
| OKLCH | oklch(0.793 0.165 103.3) |
Copy-ready code
/* CSS */
color: #cfbf0f;
background-color: #cfbf0f;
/* Tailwind (arbitrary) */
class="text-[#cfbf0f] bg-[#cfbf0f]"
/* SCSS */
$brand: #cfbf0f;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.059)
/* Android */
Color.parseColor("#cfbf0f")Accessibility — WCAG contrast
Aa
#cfbf0f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbf0f on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow92.8%
Key (black)18.8%
Color previews
#cfbf0f text on a black background
contrast 11.11:1
Card sample
#cfbf0f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbf0f;
Background color
Panel with #cfbf0f background
background-color: #cfbf0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbf0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbf0f; background: linear-gradient(135deg, #cfbf0f, #5FCF0F);