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