Orange
#D3A50D
YellowColor Codes
All color formats for development
HEX
#D3A50DRGB
rgb(211, 165, 13)HSL
hsl(46, 88%, 44%)OKLCH
oklch(0.744 0.15 88.1)CMYK
cmyk(0%, 22%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE940C
2#A9840B
3#947309
4#7F6308
5#695207
6#544205
7#3F3104
8#2A2103
9#151001
Tints
Lighter variations
1#EEBA0F
2#F1C228
3#F3CA43
4#F5D25E
5#F6D979
6#F8E194
7#FAE8AE
8#FCF0C9
9#FDF7E4
Tones
Muted variations
1#C9A017
2#BF9A21
3#B5952B
4#AB9035
5#A28B3F
6#988549
7#8E8053
8#847B5C
9#7A7566
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBED #FBEDC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E0 #F8E091 | BordersInactive statesPlaceholder text |
| 400 | F4D0 #F4D057 | Disabled statesSecondary iconsMuted text |
| 500 | F1C2 #F1C227 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A5 #D3A50D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A883 #A8830B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785E #785E08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3C #4D3C05 | 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: #FDF6DD;
--orange-200: #FBEDC1;
--orange-300: #F8E091;
--orange-400: #F4D057;
--orange-500: #F1C227;
--orange-600: #D3A50D;
--orange-700: #A8830B;
--orange-800: #785E08;
--orange-900: #4D3C05;
--orange-950: #302503;
}