#cfbc0f
a dark, electric yellow · cool · closest name: gold
RGB
207, 188, 15
HSL
54°, 87%, 44%
CMYK
0, 9, 93, 19
Luminance
0.4927
Every format
| HEX | #cfbc0f |
| RGB | rgb(207, 188, 15) |
| HSL | hsl(54, 87%, 44%) |
| CMYK | cmyk(0%, 9%, 93%, 19%) |
| LAB | lab(75.6 -8.7 75.4) |
| LCH | lch(75.6 75.9 96.6) |
| OKLCH | oklch(0.787 0.163 102.0) |
Copy-ready code
/* CSS */
color: #cfbc0f;
background-color: #cfbc0f;
/* Tailwind (arbitrary) */
class="text-[#cfbc0f] bg-[#cfbc0f]"
/* SCSS */
$brand: #cfbc0f;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.059)
/* Android */
Color.parseColor("#cfbc0f")Accessibility — WCAG contrast
Aa
#cfbc0f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc0f on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow92.8%
Key (black)18.8%
Color previews
#cfbc0f text on a black background
contrast 10.85:1
Card sample
#cfbc0f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc0f;
Background color
Panel with #cfbc0f background
background-color: #cfbc0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc0f; background: linear-gradient(135deg, #cfbc0f, #62CF0F);