Orange

#C7B21A

Yellow

Color Codes

All color formats for development

HEX
#C7B21A
RGB
rgb(199, 178, 26)
HSL
hsl(53, 77%, 44%)
OKLCH
oklch(0.759 0.153 100.4)
CMYK
cmyk(0%, 11%, 87%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.14:1

AA AAA

On Black Background

9.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFC
100
#FBF8
200
#F7F1
300
#F2E7
400
#EADA
500
#E5D0
600
#C7B2
700
#9E8E
800
#7165
900
#4841
950
#2D29

Shades

Darker variations

1#B3A117
2#9F8F15
3#8B7D12
4#776B0F
5#63590D
6#4F470A
7#3C3608
8#282405
9#141203

Tints

Lighter variations

1#E0C91D
2#E5D035
3#E8D64E
4#EBDC67
5#EFE281
6#F2E89A
7#F5EDB3
8#F8F3CC
9#FCF9E6

Tones

Muted variations

1#BEAC22
2#B5A52B
3#AD9F34
4#A4983C
5#9B9145
6#938B4E
7#8A8456
8#817D5F
9#797768

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
F7F1
#F7F1C4
Secondary backgroundsInput backgroundsDividers
300
F2E7
#F2E797
BordersInactive statesPlaceholder text
400
EADA
#EADA61
Disabled statesSecondary iconsMuted text
500
E5D0
#E5D034
Primary brand colorCTAsActive elementsLinks
600
C7B2
#C7B21A
Hover statesFocus ringsPrimary buttons hover
700
9E8E
#9E8E15
Active/pressed statesDark mode accentsSecondary text
800
7165
#71650F
Text on light backgroundsHeadingsStrong borders
900
4841
#484109
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: #F7F1C4;
  --orange-300: #F2E797;
  --orange-400: #EADA61;
  --orange-500: #E5D034;
  --orange-600: #C7B21A;
  --orange-700: #9E8E15;
  --orange-800: #71650F;
  --orange-900: #484109;
  --orange-950: #2D2906;
}
Generate More ShadesCreate PaletteConvert Color