Orange
#D3AB0D
YellowColor Codes
All color formats for development
HEX
#D3AB0DRGB
rgb(211, 171, 13)HSL
hsl(48, 88%, 44%)OKLCH
oklch(0.756 0.152 91.6)CMYK
cmyk(0%, 19%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE9A0C
2#A9890B
3#947809
4#7F6708
5#695607
6#544505
7#3F3304
8#2A2203
9#151101
Tints
Lighter variations
1#EEC10F
2#F1C928
3#F3D043
4#F5D75E
5#F6DD79
6#F8E494
7#FAEBAE
8#FCF2C9
9#FDF8E4
Tones
Muted variations
1#C9A617
2#BFA021
3#B59A2B
4#AB9435
5#A28E3F
6#988849
7#8E8253
8#847C5C
9#7A7666
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEF #FBEFC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E3 #F8E391 | BordersInactive statesPlaceholder text |
| 400 | F4D5 #F4D557 | Disabled statesSecondary iconsMuted text |
| 500 | F1C9 #F1C927 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3AB #D3AB0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A888 #A8880B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7861 #786108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3E #4D3E05 | Primary textHigh emphasis contentDark headings |
| 950 | 3027 #302703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFBF1;
--orange-100: #FDF7DD;
--orange-200: #FBEFC1;
--orange-300: #F8E391;
--orange-400: #F4D557;
--orange-500: #F1C927;
--orange-600: #D3AB0D;
--orange-700: #A8880B;
--orange-800: #786108;
--orange-900: #4D3E05;
--orange-950: #302703;
}