Orange
#F1AB27
OrangeColor Codes
All color formats for development
HEX
#F1AB27RGB
rgb(241, 171, 39)HSL
hsl(39, 88%, 55%)OKLCH
oklch(0.789 0.155 77.1)CMYK
cmyk(0%, 29%, 84%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EDA00F
2#D38E0D
3#B97C0C
4#9E6A0A
5#845908
6#694707
7#4F3505
8#352303
9#1A1202
Tints
Lighter variations
1#F3B33D
2#F4BB52
3#F5C468
4#F7CC7E
5#F8D593
6#F9DDA9
7#FBE6BE
8#FCEED4
9#FEF7E9
Tones
Muted variations
1#E7A831
2#DDA43B
3#D3A146
4#C99E50
5#BF9B5A
6#B59864
7#AB956E
8#A09278
9#968F82
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE7 #FBE7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D4 #F8D491 | BordersInactive statesPlaceholder text |
| 400 | F4BD #F4BD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1AB #F1AB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D38E #D38E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A871 #A8710B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3405 | Primary textHigh emphasis contentDark headings |
| 950 | 3020 #302003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--orange-50: #FEF9F1;
--orange-100: #FDF2DD;
--orange-200: #FBE7C1;
--orange-300: #F8D491;
--orange-400: #F4BD57;
--orange-500: #F1AB27;
--orange-600: #D38E0D;
--orange-700: #A8710B;
--orange-800: #785108;
--orange-900: #4D3405;
--orange-950: #302003;
}