Orange
#D39B0D
OrangeColor Codes
All color formats for development
HEX
#D39B0DRGB
rgb(211, 155, 13)HSL
hsl(43, 88%, 44%)OKLCH
oklch(0.724 0.147 82.1)CMYK
cmyk(0%, 27%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE8B0C
2#A97C0B
3#946C09
4#7F5D08
5#694D07
6#543E05
7#3F2E04
8#2A1F03
9#150F01
Tints
Lighter variations
1#EEAF0F
2#F1B828
3#F3C143
4#F5CA5E
5#F6D379
6#F8DC94
7#FAE4AE
8#FCEDC9
9#FDF6E4
Tones
Muted variations
1#C99717
2#BF9221
3#B58E2B
4#AB8A35
5#A2863F
6#988149
7#8E7D53
8#84795C
9#7A7466
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEA #FBEAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DB #F8DB91 | BordersInactive statesPlaceholder text |
| 400 | F4C8 #F4C857 | Disabled statesSecondary iconsMuted text |
| 500 | F1B8 #F1B827 | Primary brand colorCTAsActive elementsLinks |
| 600 | D39B #D39B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A87B #A87B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7858 #785808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D38 #4D3805 | Primary textHigh emphasis contentDark headings |
| 950 | 3023 #302303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF1;
--orange-100: #FDF4DD;
--orange-200: #FBEAC1;
--orange-300: #F8DB91;
--orange-400: #F4C857;
--orange-500: #F1B827;
--orange-600: #D39B0D;
--orange-700: #A87B0B;
--orange-800: #785808;
--orange-900: #4D3805;
--orange-950: #302303;
}