#cfba07
a dark, electric yellow · cool · closest name: gold
RGB
207, 186, 7
HSL
54°, 94%, 42%
CMYK
0, 10, 97, 19
Luminance
0.4840
Every format
| HEX | #cfba07 |
| RGB | rgb(207, 186, 7) |
| HSL | hsl(54, 94%, 42%) |
| CMYK | cmyk(0%, 10%, 97%, 19%) |
| LAB | lab(75.1 -7.8 75.9) |
| LCH | lch(75.1 76.3 95.8) |
| OKLCH | oklch(0.782 0.162 101.1) |
Copy-ready code
/* CSS */
color: #cfba07;
background-color: #cfba07;
/* Tailwind (arbitrary) */
class="text-[#cfba07] bg-[#cfba07]"
/* SCSS */
$brand: #cfba07;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.027)
/* Android */
Color.parseColor("#cfba07")Accessibility — WCAG contrast
Aa
#cfba07 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba07 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow96.6%
Key (black)18.8%
Color previews
#cfba07 text on a black background
contrast 10.68:1
Card sample
#cfba07 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba07;
Background color
Panel with #cfba07 background
background-color: #cfba07;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba07;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba07; background: linear-gradient(135deg, #cfba07, #5FCF07);