Orange
#D39E0D
OrangeColor Codes
All color formats for development
HEX
#D39E0DRGB
rgb(211, 158, 13)HSL
hsl(44, 88%, 44%)OKLCH
oklch(0.73 0.148 84)CMYK
cmyk(0%, 25%, 94%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BE8E0C
2#A97F0B
3#946F09
4#7F5F08
5#694F07
6#543F05
7#3F2F04
8#2A2003
9#151001
Tints
Lighter variations
1#EEB20F
2#F1BC28
3#F3C443
4#F5CD5E
5#F6D579
6#F8DD94
7#FAE6AE
8#FCEEC9
9#FDF7E4
Tones
Muted variations
1#C99A17
2#BF9521
3#B5902B
4#AB8C35
5#A2873F
6#988349
7#8E7E53
8#84795C
9#7A7566
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 | FBEB #FBEBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DC #F8DC91 | BordersInactive statesPlaceholder text |
| 400 | F4CA #F4CA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1BB #F1BB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D39E #D39E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A87E #A87E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785A #785A08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3A #4D3A05 | Primary textHigh emphasis contentDark headings |
| 950 | 3024 #302403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEFAF1;
--orange-100: #FDF4DD;
--orange-200: #FBEBC1;
--orange-300: #F8DC91;
--orange-400: #F4CA57;
--orange-500: #F1BB27;
--orange-600: #D39E0D;
--orange-700: #A87E0B;
--orange-800: #785A08;
--orange-900: #4D3A05;
--orange-950: #302403;
}