Orange

#D0AD11

Yellow

Color Codes

All color formats for development

HEX
#D0AD11
RGB
rgb(208, 173, 17)
HSL
hsl(49, 85%, 44%)
OKLCH
oklch(0.757 0.152 93.9)
CMYK
cmyk(0%, 17%, 92%, 18%)

Accessibility

WCAG contrast compliance

On White Background

2.17:1

AA AAA

On Black Background

9.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FEFB
100
#FCF7
200
#FAF0
300
#F6E4
400
#F2D6
500
#EECA
600
#D0AD
700
#A589
800
#7662
900
#4B3F
950
#2F27

Shades

Darker variations

1#BB9B0F
2#A68A0D
3#91790C
4#7D680A
5#685608
6#534507
7#3E3405
8#2A2303
9#151102

Tints

Lighter variations

1#EAC313
2#EECA2C
3#F0D146
4#F2D760
5#F4DE7B
6#F6E595
7#F9EBB0
8#FBF2CA
9#FDF8E5

Tones

Muted variations

1#C6A71A
2#BCA124
3#B39A2D
4#A99437
5#A08E41
6#96884A
7#8D8254
8#837C5D
9#7A7667

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FEFB
#FEFBF1
BackgroundsSubtle highlightsCard backgrounds
100
FCF7
#FCF7DE
Light backgroundsTable row hoverSkeleton loading
200
FAF0
#FAF0C2
Secondary backgroundsInput backgroundsDividers
300
F6E4
#F6E492
BordersInactive statesPlaceholder text
400
F2D6
#F2D65A
Disabled statesSecondary iconsMuted text
500
EECA
#EECA2B
Primary brand colorCTAsActive elementsLinks
600
D0AD
#D0AD11
Hover statesFocus ringsPrimary buttons hover
700
A589
#A5890D
Active/pressed statesDark mode accentsSecondary text
800
7662
#76620A
Text on light backgroundsHeadingsStrong borders
900
4B3F
#4B3F06
Primary textHigh emphasis contentDark headings
950
2F27
#2F2704
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --orange-50: #FEFBF1;
  --orange-100: #FCF7DE;
  --orange-200: #FAF0C2;
  --orange-300: #F6E492;
  --orange-400: #F2D65A;
  --orange-500: #EECA2B;
  --orange-600: #D0AD11;
  --orange-700: #A5890D;
  --orange-800: #76620A;
  --orange-900: #4B3F06;
  --orange-950: #2F2704;
}
Generate More ShadesCreate PaletteConvert Color