Beige
#FCF1DF
OrangeColor Codes
All color formats for development
HEX
#FCF1DFRGB
rgb(252, 241, 223)HSL
hsl(37, 83%, 93%)OKLCH
oklch(0.962 0.027 80.3)CMYK
cmyk(0%, 4%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8DDB3
2#F4CA88
3#F0B75C
4#ECA431
5#D98E14
6#AE7110
7#82550C
8#573908
9#2B1C04
Tints
Lighter variations
1#FCF2E2
2#FDF3E5
3#FDF5E8
4#FDF6EB
5#FDF8EF
6#FEF9F2
7#FEFBF5
8#FEFCF8
9#FFFEFC
Tones
Muted variations
1#FAF0E0
2#F9F0E1
3#F8F0E3
4#F6EFE4
5#F5EFE6
6#F3EFE7
7#F2EEE9
8#F0EEEA
9#EFEDEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E4 #F9E4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D0 #F5D094 | BordersInactive statesPlaceholder text |
| 400 | F0B7 #F0B75C | Disabled statesSecondary iconsMuted text |
| 500 | EBA2 #EBA22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD86 #CD8613 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36B #A36B0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 754C #754C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B31 #4B3107 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1E #2F1E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF9F1;
--beige-100: #FCF1DE;
--beige-200: #F9E4C2;
--beige-300: #F5D094;
--beige-400: #F0B75C;
--beige-500: #EBA22D;
--beige-600: #CD8613;
--beige-700: #A36B0F;
--beige-800: #754C0B;
--beige-900: #4B3107;
--beige-950: #2F1E04;
}