Gold

#CBBF15

Yellow

Color Codes

All color formats for development

HEX
#CBBF15
RGB
rgb(203, 191, 21)
HSL
hsl(56, 81%, 44%)
OKLCH
oklch(0.79 0.164 104.9)
CMYK
cmyk(0%, 6%, 90%, 20%)

Accessibility

WCAG contrast compliance

On White Background

1.91:1

AA AAA

On Black Background

11.00:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFD
100
#FCFA
200
#F9F5
300
#F4EE
400
#EEE4
500
#E9DD
600
#CBBF
700
#A298
800
#736D
900
#4A45
950
#2E2B

Shades

Darker variations

1#B7AC13
2#A29911
3#8E860F
4#7A730D
5#665F0B
6#514C09
7#3D3906
8#292604
9#141302

Tints

Lighter variations

1#E5D718
2#E9DD30
3#ECE14A
4#EFE564
5#F1EA7E
6#F4EE98
7#F7F2B1
8#FAF6CB
9#FCFBE5

Tones

Muted variations

1#C2B71E
2#B9AF27
3#B0A731
4#A79F3A
5#9E9843
6#95904C
7#8B8855
8#82805E
9#797867

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFD
#FEFDF1
BackgroundsSubtle highlightsCard backgrounds
100
FCFA
#FCFADF
Light backgroundsTable row hoverSkeleton loading
200
F9F5
#F9F5C3
Secondary backgroundsInput backgroundsDividers
300
F4EE
#F4EE95
BordersInactive statesPlaceholder text
400
EEE4
#EEE45D
Disabled statesSecondary iconsMuted text
500
E9DD
#E9DD2F
Primary brand colorCTAsActive elementsLinks
600
CBBF
#CBBF15
Hover statesFocus ringsPrimary buttons hover
700
A298
#A29811
Active/pressed statesDark mode accentsSecondary text
800
736D
#736D0C
Text on light backgroundsHeadingsStrong borders
900
4A45
#4A4508
Primary textHigh emphasis contentDark headings
950
2E2B
#2E2B05
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --gold-50: #FEFDF1;
  --gold-100: #FCFADF;
  --gold-200: #F9F5C3;
  --gold-300: #F4EE95;
  --gold-400: #EEE45D;
  --gold-500: #E9DD2F;
  --gold-600: #CBBF15;
  --gold-700: #A29811;
  --gold-800: #736D0C;
  --gold-900: #4A4508;
  --gold-950: #2E2B05;
}
Generate More ShadesCreate PaletteConvert Color