Orange
#F1B827
OrangeColor Codes
All color formats for development
HEX
#F1B827RGB
rgb(241, 184, 39)HSL
hsl(43, 88%, 55%)OKLCH
oklch(0.813 0.158 84.5)CMYK
cmyk(0%, 24%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDAE0F
2#D39B0D
3#B9880C
4#9E740A
5#846108
6#694D07
7#4F3A05
8#352703
9#1A1302
Tints
Lighter variations
1#F3BF3D
2#F4C652
3#F5CD68
4#F7D47E
5#F8DC93
6#F9E3A9
7#FBEABE
8#FCF1D4
9#FEF8E9
Tones
Muted variations
1#E7B431
2#DDAF3B
3#D3AB46
4#C9A750
5#BFA25A
6#B59E64
7#AB996E
8#A09578
9#969182
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;
}