Gold

#D1D110

Yellow

Color Codes

All color formats for development

HEX
#D1D110
RGB
rgb(209, 209, 16)
HSL
hsl(60, 86%, 44%)
OKLCH
oklch(0.833 0.179 109.7)
CMYK
cmyk(0%, 0%, 92%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.64:1

AA AAA

On Black Background

12.84:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFE
100
#FDFD
200
#FAFA
300
#F7F7
400
#F3F3
500
#EFEF
600
#D1D1
700
#A6A6
800
#7777
900
#4C4C
950
#2F2F

Shades

Darker variations

1#BCBC0E
2#A7A70D
3#92920B
4#7D7D09
5#686808
6#535306
7#3F3F05
8#2A2A03
9#151502

Tints

Lighter variations

1#EBEB12
2#EFEF2B
3#F1F145
4#F3F360
5#F5F57A
6#F7F795
7#F9F9AF
8#FBFBCA
9#FDFDE4

Tones

Muted variations

1#C7C719
2#BDBD23
3#B4B42D
4#AAAA36
5#A0A040
6#97974A
7#8D8D53
8#83835D
9#7A7A67

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFE
#FEFEF1
BackgroundsSubtle highlightsCard backgrounds
100
FDFD
#FDFDDE
Light backgroundsTable row hoverSkeleton loading
200
FAFA
#FAFAC1
Secondary backgroundsInput backgroundsDividers
300
F7F7
#F7F792
BordersInactive statesPlaceholder text
400
F3F3
#F3F359
Disabled statesSecondary iconsMuted text
500
EFEF
#EFEF2A
Primary brand colorCTAsActive elementsLinks
600
D1D1
#D1D110
Hover statesFocus ringsPrimary buttons hover
700
A6A6
#A6A60C
Active/pressed statesDark mode accentsSecondary text
800
7777
#777709
Text on light backgroundsHeadingsStrong borders
900
4C4C
#4C4C06
Primary textHigh emphasis contentDark headings
950
2F2F
#2F2F04
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFEF1;
  --gold-100: #FDFDDE;
  --gold-200: #FAFAC1;
  --gold-300: #F7F792;
  --gold-400: #F3F359;
  --gold-500: #EFEF2A;
  --gold-600: #D1D110;
  --gold-700: #A6A60C;
  --gold-800: #777709;
  --gold-900: #4C4C06;
  --gold-950: #2F2F04;
}
Generate More ShadesCreate PaletteConvert Color