Vegas Gold (#C5B358)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 2.11:1 — vs black: 9.96:1
Color values
-
HEX
#C5B358 -
RGB
rgb(197, 179, 88) -
HSL
hsl(50, 48%, 55%) -
CMYK
cmyk( 0, 9, 55, 23 ) -
Websafe
#CCCC66
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #C5B358 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#C5B358
Base
#586AC5
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#C5B358
Base
#C57D58
#A1C558
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#C5B358
Base
#58C5B3
#B358C5
Two colors flanking the complement — high contrast with less tension than full complementary.
#C5B358
Base
#58A1C5
#7D58C5
Four colors at 90° intervals — rich variety, best when one color dominates.
#C5B358
Base
#58C57D
#586AC5
#C558A1
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#C5B358
Base
#625722
#9B8A36
#B5A23F
#D0C176
#D9CD91
#ECE7CA
Darker shades and lighter tints of Vegas Gold, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#131107
#393314
#605621
#86782F
#AD9A3C
#C5B358
Base
#CFC076
#DACE93
#E4DBB1
#EEE9CE
#F8F6EC
Ready-to-use code snippets for #C5B358. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #C5B358;
}
/* Text */
.element {
color: #C5B358;
}
/* Border */
.element {
border: 1px solid #C5B358;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#C5B358,
#586AC5
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#C5B358,
#586AC5
);
}
// SCSS variable
$vegas-gold: #C5B358;
// With RGB channels (useful for rgba() usage)
$vegas-gold-r: 197;
$vegas-gold-g: 179;
$vegas-gold-b: 88;
// Usage
.element {
background-color: $vegas-gold;
color: rgba($vegas-gold-r, $vegas-gold-g, $vegas-gold-b, 0.8);
}
How Vegas Gold appears to people with different types of color vision deficiency.
#C5B358
How the color appears with full color vision.
#B8B857
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#B5B558
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#CCABAB
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#B3B3B3
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.