Orange
#D3A20D
YellowColor Codes
All color formats for development
HEX
#D3A20DRGB
rgb(211, 162, 13)HSL
hsl(45, 88%, 44%)OKLCH
oklch(0.738 0.149 86.4)CMYK
cmyk(0%, 23%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE910C
2#A9810B
3#947109
4#7F6108
5#695107
6#544105
7#3F3004
8#2A2003
9#151001
Tints
Lighter variations
1#EEB60F
2#F1BF28
3#F3C743
4#F5CF5E
5#F6D779
6#F8DF94
7#FAE7AE
8#FCEFC9
9#FDF7E4
Tones
Muted variations
1#C99D17
2#BF9821
3#B5932B
4#AB8E35
5#A2893F
6#988449
7#8E7F53
8#847A5C
9#7A7566
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF5 #FDF5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEC #FBECC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DE #F8DE91 | BordersInactive statesPlaceholder text |
| 400 | F4CD #F4CD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1BF #F1BF27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A2 #D3A20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A881 #A8810B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785C #785C08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3B #4D3B05 | Primary textHigh emphasis contentDark headings |
| 950 | 3025 #302503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFBF1;
--orange-100: #FDF5DD;
--orange-200: #FBECC1;
--orange-300: #F8DE91;
--orange-400: #F4CD57;
--orange-500: #F1BF27;
--orange-600: #D3A20D;
--orange-700: #A8810B;
--orange-800: #785C08;
--orange-900: #4D3B05;
--orange-950: #302503;
}