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