Orange
#D3A80D
YellowColor Codes
All color formats for development
HEX
#D3A80DRGB
rgb(211, 168, 13)HSL
hsl(47, 88%, 44%)OKLCH
oklch(0.75 0.151 89.9)CMYK
cmyk(0%, 20%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE970C
2#A9870B
3#947609
4#7F6508
5#695407
6#544305
7#3F3204
8#2A2203
9#151101
Tints
Lighter variations
1#EEBE0F
2#F1C628
3#F3CD43
4#F5D45E
5#F6DB79
6#F8E294
7#FAEAAE
8#FCF1C9
9#FDF8E4
Tones
Muted variations
1#C9A317
2#BF9D21
3#B5972B
4#AB9235
5#A28C3F
6#988749
7#8E8153
8#847B5C
9#7A7666
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 | FBEE #FBEEC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E2 #F8E291 | BordersInactive statesPlaceholder text |
| 400 | F4D2 #F4D257 | Disabled statesSecondary iconsMuted text |
| 500 | F1C5 #F1C527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A8 #D3A80D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A886 #A8860B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7860 #786008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3D #4D3D05 | Primary textHigh emphasis contentDark headings |
| 950 | 3026 #302603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFBF1;
--orange-100: #FDF6DD;
--orange-200: #FBEEC1;
--orange-300: #F8E291;
--orange-400: #F4D257;
--orange-500: #F1C527;
--orange-600: #D3A80D;
--orange-700: #A8860B;
--orange-800: #786008;
--orange-900: #4D3D05;
--orange-950: #302603;
}