Orange

#DFB83A

Yellow

Color Codes

All color formats for development

HEX
#DFB83A
RGB
rgb(223, 184, 58)
HSL
hsl(46, 72%, 55%)
OKLCH
oklch(0.796 0.144 91)
CMYK
cmyk(0%, 17%, 74%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.90:1

AA AAA

On Black Background

11.05:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDFA
100
#FAF4
200
#F6EB
300
#EFDB
400
#E6C8
500
#DFB8
600
#C19B
700
#9A7C
800
#6E58
900
#4638
950
#2C23

Shades

Darker variations

1#D9AF23
2#C19B1F
3#A9881B
4#917418
5#796114
6#604E10
7#483A0C
8#302708
9#181304

Tints

Lighter variations

1#E2BF4D
2#E5C661
3#E9CE75
4#ECD589
5#EFDC9C
6#F2E3B0
7#F5EAC4
8#F9F1D8
9#FCF8EB

Tones

Muted variations

1#D7B442
2#CEB04A
3#C6AB52
4#BEA75B
5#B6A263
6#AD9E6B
7#A59973
8#9D957C
9#959184

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDFA
#FDFAF2
BackgroundsSubtle highlightsCard backgrounds
100
FAF4
#FAF4E0
Light backgroundsTable row hoverSkeleton loading
200
F6EB
#F6EBC6
Secondary backgroundsInput backgroundsDividers
300
EFDB
#EFDB9A
BordersInactive statesPlaceholder text
400
E6C8
#E6C865
Disabled statesSecondary iconsMuted text
500
DFB8
#DFB83A
Primary brand colorCTAsActive elementsLinks
600
C19B
#C19B1F
Hover statesFocus ringsPrimary buttons hover
700
9A7C
#9A7C19
Active/pressed statesDark mode accentsSecondary text
800
6E58
#6E5812
Text on light backgroundsHeadingsStrong borders
900
4638
#46380B
Primary textHigh emphasis contentDark headings
950
2C23
#2C2307
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FDFAF2;
  --orange-100: #FAF4E0;
  --orange-200: #F6EBC6;
  --orange-300: #EFDB9A;
  --orange-400: #E6C865;
  --orange-500: #DFB83A;
  --orange-600: #C19B1F;
  --orange-700: #9A7C19;
  --orange-800: #6E5812;
  --orange-900: #46380B;
  --orange-950: #2C2307;
}
Generate More ShadesCreate PaletteConvert Color