Orange

#C8B319

Yellow

Color Codes

All color formats for development

HEX
#C8B319
RGB
rgb(200, 179, 25)
HSL
hsl(53, 78%, 44%)
OKLCH
oklch(0.762 0.154 100.5)
CMYK
cmyk(0%, 11%, 88%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.12:1

AA AAA

On Black Background

9.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFC
100
#FBF8
200
#F8F2
300
#F2E7
400
#EBDB
500
#E6D1
600
#C8B3
700
#9F8F
800
#7166
900
#4941
950
#2D29

Shades

Darker variations

1#B4A116
2#A08F14
3#8C7E11
4#786C0F
5#645A0C
6#50480A
7#3C3607
8#282405
9#141202

Tints

Lighter variations

1#E1CA1C
2#E6D134
3#E9D74D
4#ECDD66
5#EFE280
6#F2E899
7#F6EEB3
8#F9F4CC
9#FCF9E6

Tones

Muted variations

1#BFAD21
2#B6A62A
3#AD9F33
4#A5983C
5#9C9244
6#938B4D
7#8A8456
8#827E5F
9#797767

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFC
#FDFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF8
#FBF8DF
Light backgroundsTable row hoverSkeleton loading
200
F8F2
#F8F2C4
Secondary backgroundsInput backgroundsDividers
300
F2E7
#F2E797
BordersInactive statesPlaceholder text
400
EBDB
#EBDB60
Disabled statesSecondary iconsMuted text
500
E6D1
#E6D133
Primary brand colorCTAsActive elementsLinks
600
C8B3
#C8B319
Hover statesFocus ringsPrimary buttons hover
700
9F8F
#9F8F14
Active/pressed statesDark mode accentsSecondary text
800
7166
#71660E
Text on light backgroundsHeadingsStrong borders
900
4941
#494109
Primary textHigh emphasis contentDark headings
950
2D29
#2D2906
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FDFCF1;
  --orange-100: #FBF8DF;
  --orange-200: #F8F2C4;
  --orange-300: #F2E797;
  --orange-400: #EBDB60;
  --orange-500: #E6D133;
  --orange-600: #C8B319;
  --orange-700: #9F8F14;
  --orange-800: #71660E;
  --orange-900: #494109;
  --orange-950: #2D2906;
}
Generate More ShadesCreate PaletteConvert Color