~/devtools / color / gold
tool::color-guide

Gold Color

Gold — The Color of Prestige and Achievement

ad · 728×90
#FFD700Gold
Color Values
HEX#FFD700
RGBrgb(255, 215, 0)
HSLhsl(51°, 100%, 50%)
CSSgold
Shade Palette
50
#FFFDE7
100
#FFF9C4
300
#FFF176
500
#FFEE58
700
#F9A825
900
#E65100
Complementary Color
#0028FF
Ultramarine Blue
Analogous Colors
#FFC107
Amber
#FFEC47
Lemon Yellow

CSS Usage

CSS
/* By name */
color: gold;
background-color: gold;

/* By HEX */
color: #FFD700;
background-color: #FFD700;

/* By RGB */
color: rgb(255, 215, 0);

/* By HSL */
color: hsl(51deg, 100%, 50%);

/* With opacity */
color: rgba(255, 215, 0, 0.8);
color: hsl(51deg 100% 50% / 80%);

Gold (#FFD700) is a light, bright color with very low contrast on white backgrounds (approximately 1.4:1 contrast ratio). Never use it for text on light backgrounds. It works best as an icon color, decorative accent, or on dark backgrounds where it truly shines.

Gold (#FFD700) mimics the appearance of the precious metal and symbolizes wealth, achievement, excellence, and luxury. In UI design, it is most commonly used for star ratings, trophies, premium badges, and award elements. Gold shines especially well on dark backgrounds — the classic black-and-gold combination is a hallmark of luxury branding. On light backgrounds, gold lacks sufficient contrast for text, so it is best reserved for icons, decorative elements, and highlights.

Common Use Cases

  • Star ratings and reviews — filled stars in 5-star rating systems
  • Premium badges and memberships — Gold/VIP tier indicators
  • Award and ranking UIs — trophies, medals, leaderboards
  • Luxury e-commerce — jewelry and premium brand highlights
  • Holiday and seasonal themes — Christmas and festive UI
  • Achievement notifications — in-app milestone popups

Related Colors

Red#FF0000 · RGB(255, 0, 0)
Black#000000 · RGB(0, 0, 0)
White#FFFFFF · RGB(255, 255, 255)
Navy#000080 · RGB(0, 0, 128)
ad · 300×250
Back to Color Converter
// related tools
Cron Expression Generator
Build and parse cron expressions visually. Generate human-readable descriptions and preview next execution times.
jwt
JWT Decoder
Decode and inspect JWT tokens. View header, payload, and signature details.
rx
Regex Tester
Test regular expressions with live matching, group highlighting, and explanations.
ts
Timestamp Converter
Convert Unix timestamps to human-readable dates. Supports ms/s, UTC/local, and relative time.