Orange
#D3B50D
YellowColor Codes
All color formats for development
HEX
#D3B50DRGB
rgb(211, 181, 13)HSL
hsl(51, 88%, 44%)OKLCH
oklch(0.776 0.158 96.9)CMYK
cmyk(0%, 14%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEA30C
2#A9910B
3#947F09
4#7F6D08
5#695B07
6#544905
7#3F3604
8#2A2403
9#151201
Tints
Lighter variations
1#EECC0F
2#F1D328
3#F3D943
4#F5DE5E
5#F6E479
6#F8E994
7#FAEFAE
8#FCF4C9
9#FDFAE4
Tones
Muted variations
1#C9AE17
2#BFA721
3#B5A12B
4#AB9A35
5#A2933F
6#988C49
7#8E8553
8#847E5C
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 | FBF2 #FBF2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E8 #F8E891 | BordersInactive statesPlaceholder text |
| 400 | F4DD #F4DD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D3 #F1D327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B5 #D3B50D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A890 #A8900B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7867 #786708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D42 #4D4205 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFCF1;
--orange-100: #FDF8DD;
--orange-200: #FBF2C1;
--orange-300: #F8E891;
--orange-400: #F4DD57;
--orange-500: #F1D327;
--orange-600: #D3B50D;
--orange-700: #A8900B;
--orange-800: #786708;
--orange-900: #4D4205;
--orange-950: #302903;
}