Orange

#C8A819

Yellow

Color Codes

All color formats for development

HEX
#C8A819
RGB
rgb(200, 168, 25)
HSL
hsl(49, 78%, 44%)
OKLCH
oklch(0.739 0.146 94.6)
CMYK
cmyk(0%, 16%, 88%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.32:1

AA AAA

On Black Background

9.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFB
100
#FBF6
200
#F8EE
300
#F2E1
400
#EBD2
500
#E6C5
600
#C8A8
700
#9F85
800
#715F
900
#493D
950
#2D26

Shades

Darker variations

1#B49716
2#A08614
3#8C7511
4#78650F
5#64540C
6#50430A
7#3C3207
8#282205
9#141102

Tints

Lighter variations

1#E1BD1C
2#E6C534
3#E9CC4D
4#ECD466
5#EFDB80
6#F2E299
7#F6E9B3
8#F9F1CC
9#FCF8E6

Tones

Muted variations

1#BFA221
2#B69D2A
3#AD9733
4#A5913C
5#9C8C44
6#93864D
7#8A8156
8#827B5F
9#797667

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFB
#FDFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FBF6
#FBF6DF
Light backgroundsTable row hoverSkeleton loading
200
F8EE
#F8EEC4
Secondary backgroundsInput backgroundsDividers
300
F2E1
#F2E197
BordersInactive statesPlaceholder text
400
EBD2
#EBD260
Disabled statesSecondary iconsMuted text
500
E6C5
#E6C533
Primary brand colorCTAsActive elementsLinks
600
C8A8
#C8A819
Hover statesFocus ringsPrimary buttons hover
700
9F85
#9F8514
Active/pressed statesDark mode accentsSecondary text
800
715F
#715F0E
Text on light backgroundsHeadingsStrong borders
900
493D
#493D09
Primary textHigh emphasis contentDark headings
950
2D26
#2D2606
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FDFBF1;
  --orange-100: #FBF6DF;
  --orange-200: #F8EEC4;
  --orange-300: #F2E197;
  --orange-400: #EBD260;
  --orange-500: #E6C533;
  --orange-600: #C8A819;
  --orange-700: #9F8514;
  --orange-800: #715F0E;
  --orange-900: #493D09;
  --orange-950: #2D2606;
}
Generate More ShadesCreate PaletteConvert Color