Orange
#D3AF0D
YellowColor Codes
All color formats for development
HEX
#D3AF0DRGB
rgb(211, 175, 13)HSL
hsl(49, 88%, 44%)OKLCH
oklch(0.764 0.155 93.8)CMYK
cmyk(0%, 17%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE9D0C
2#A98C0B
3#947A09
4#7F6908
5#695707
6#544605
7#3F3404
8#2A2303
9#151101
Tints
Lighter variations
1#EEC50F
2#F1CC28
3#F3D343
4#F5D95E
5#F6DF79
6#F8E694
7#FAECAE
8#FCF2C9
9#FDF9E4
Tones
Muted variations
1#C9A817
2#BFA221
3#B59C2B
4#AB9635
5#A28F3F
6#988949
7#8E8353
8#847D5C
9#7A7666
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF0 #FBF0C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E5 #F8E591 | BordersInactive statesPlaceholder text |
| 400 | F4D7 #F4D757 | Disabled statesSecondary iconsMuted text |
| 500 | F1CC #F1CC27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3AF #D3AF0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A88B #A88B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7863 #786308 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D40 #4D4005 | 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: #FDF7DD;
--orange-200: #FBF0C1;
--orange-300: #F8E591;
--orange-400: #F4D757;
--orange-500: #F1CC27;
--orange-600: #D3AF0D;
--orange-700: #A88B0B;
--orange-800: #786308;
--orange-900: #4D4005;
--orange-950: #302803;
}