Orange

#D1A410

Yellow

Color Codes

All color formats for development

HEX
#D1A410
RGB
rgb(209, 164, 16)
HSL
hsl(46, 86%, 44%)
OKLCH
oklch(0.74 0.148 88.4)
CMYK
cmyk(0%, 22%, 92%, 18%)

Accessibility

WCAG contrast compliance

On White Background

2.33:1

AA AAA

On Black Background

9.03:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FDF5
200
#FAED
300
#F7DF
400
#F3CF
500
#EFC1
600
#D1A4
700
#A682
800
#775D
900
#4C3C
950
#2F25

Shades

Darker variations

1#BC930E
2#A7830D
3#92730B
4#7D6209
5#685208
6#534106
7#3F3105
8#2A2103
9#151002

Tints

Lighter variations

1#EBB812
2#EFC12B
3#F1C945
4#F3D160
5#F5D87A
6#F7E095
7#F9E8AF
8#FBF0CA
9#FDF7E4

Tones

Muted variations

1#C79F19
2#BD9923
3#B4942D
4#AA8F36
5#A08A40
6#97854A
7#8D8053
8#837A5D
9#7A7567

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FDF5
#FDF5DE
Light backgroundsTable row hoverSkeleton loading
200
FAED
#FAEDC1
Secondary backgroundsInput backgroundsDividers
300
F7DF
#F7DF92
BordersInactive statesPlaceholder text
400
F3CF
#F3CF59
Disabled statesSecondary iconsMuted text
500
EFC1
#EFC12A
Primary brand colorCTAsActive elementsLinks
600
D1A4
#D1A410
Hover statesFocus ringsPrimary buttons hover
700
A682
#A6820C
Active/pressed statesDark mode accentsSecondary text
800
775D
#775D09
Text on light backgroundsHeadingsStrong borders
900
4C3C
#4C3C06
Primary textHigh emphasis contentDark headings
950
2F25
#2F2504
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FEFBF1;
  --orange-100: #FDF5DE;
  --orange-200: #FAEDC1;
  --orange-300: #F7DF92;
  --orange-400: #F3CF59;
  --orange-500: #EFC12A;
  --orange-600: #D1A410;
  --orange-700: #A6820C;
  --orange-800: #775D09;
  --orange-900: #4C3C06;
  --orange-950: #2F2504;
}
Generate More ShadesCreate PaletteConvert Color