Orange

#D0B311

Yellow

Color Codes

All color formats for development

HEX
#D0B311
RGB
rgb(208, 179, 17)
HSL
hsl(51, 85%, 44%)
OKLCH
oklch(0.769 0.156 97.1)
CMYK
cmyk(0%, 14%, 92%, 18%)

Accessibility

WCAG contrast compliance

On White Background

2.07:1

AA AAA

On Black Background

10.14:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFC
100
#FCF8
200
#FAF2
300
#F6E7
400
#F2DB
500
#EED1
600
#D0B3
700
#A58E
800
#7666
900
#4B41
950
#2F29

Shades

Darker variations

1#BBA10F
2#A68F0D
3#917D0C
4#7D6B0A
5#685908
6#534807
7#3E3605
8#2A2403
9#151202

Tints

Lighter variations

1#EACA13
2#EED12C
3#F0D746
4#F2DC60
5#F4E27B
6#F6E895
7#F9EEB0
8#FBF3CA
9#FDF9E5

Tones

Muted variations

1#C6AC1A
2#BCA624
3#B39F2D
4#A99837
5#A09241
6#968B4A
7#8D8454
8#837E5D
9#7A7767

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFC
#FEFCF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF8
#FCF8DE
Light backgroundsTable row hoverSkeleton loading
200
FAF2
#FAF2C2
Secondary backgroundsInput backgroundsDividers
300
F6E7
#F6E792
BordersInactive statesPlaceholder text
400
F2DB
#F2DB5A
Disabled statesSecondary iconsMuted text
500
EED1
#EED12B
Primary brand colorCTAsActive elementsLinks
600
D0B3
#D0B311
Hover statesFocus ringsPrimary buttons hover
700
A58E
#A58E0D
Active/pressed statesDark mode accentsSecondary text
800
7666
#76660A
Text on light backgroundsHeadingsStrong borders
900
4B41
#4B4106
Primary textHigh emphasis contentDark headings
950
2F29
#2F2904
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FEFCF1;
  --orange-100: #FCF8DE;
  --orange-200: #FAF2C2;
  --orange-300: #F6E792;
  --orange-400: #F2DB5A;
  --orange-500: #EED12B;
  --orange-600: #D0B311;
  --orange-700: #A58E0D;
  --orange-800: #76660A;
  --orange-900: #4B4106;
  --orange-950: #2F2904;
}
Generate More ShadesCreate PaletteConvert Color