Orange
#D3B20D
YellowColor Codes
All color formats for development
HEX
#D3B20DRGB
rgb(211, 178, 13)HSL
hsl(50, 88%, 44%)OKLCH
oklch(0.77 0.156 95.3)CMYK
cmyk(0%, 16%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEA00C
2#A98E0B
3#947D09
4#7F6B08
5#695907
6#544705
7#3F3504
8#2A2403
9#151201
Tints
Lighter variations
1#EEC90F
2#F1D028
3#F3D643
4#F5DC5E
5#F6E179
6#F8E794
7#FAEDAE
8#FCF3C9
9#FDF9E4
Tones
Muted variations
1#C9AB17
2#BFA521
3#B59E2B
4#AB9835
5#A2913F
6#988B49
7#8E8453
8#847D5C
9#7A7766
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF1 #FBF1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E7 #F8E791 | BordersInactive statesPlaceholder text |
| 400 | F4DA #F4DA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D0 #F1D027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B2 #D3B20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A88E #A88E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7865 #786508 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D41 #4D4105 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFCF1;
--orange-100: #FDF8DD;
--orange-200: #FBF1C1;
--orange-300: #F8E791;
--orange-400: #F4DA57;
--orange-500: #F1D027;
--orange-600: #D3B20D;
--orange-700: #A88E0B;
--orange-800: #786508;
--orange-900: #4D4105;
--orange-950: #302803;
}