#cfba28
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 186, 40
HSL
53°, 68%, 48%
CMYK
0, 10, 81, 19
Luminance
0.4854
Every format
| HEX | #cfba28 |
| RGB | rgb(207, 186, 40) |
| HSL | hsl(53, 68%, 48%) |
| CMYK | cmyk(0%, 10%, 81%, 19%) |
| LAB | lab(75.2 -7.1 69.8) |
| LCH | lch(75.2 70.2 95.8) |
| OKLCH | oklch(0.783 0.153 100.4) |
Copy-ready code
/* CSS */
color: #cfba28;
background-color: #cfba28;
/* Tailwind (arbitrary) */
class="text-[#cfba28] bg-[#cfba28]"
/* SCSS */
$brand: #cfba28;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.157)
/* Android */
Color.parseColor("#cfba28")Accessibility — WCAG contrast
Aa
#cfba28 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba28 on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow80.7%
Key (black)18.8%
Color previews
#cfba28 text on a black background
contrast 10.71:1
Card sample
#cfba28 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba28;
Background color
Panel with #cfba28 background
background-color: #cfba28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba28; background: linear-gradient(135deg, #cfba28, #74CF28);