Beige
#FCF3DE
OrangeColor Codes
All color formats for development
HEX
#FCF3DERGB
rgb(252, 243, 222)HSL
hsl(42, 83%, 93%)OKLCH
oklch(0.966 0.029 87.5)CMYK
cmyk(0%, 4%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8E3B3
2#F4D388
3#F0C45C
4#ECB431
5#D99E14
6#AE7E10
7#825F0C
8#573F08
9#2B2004
Tints
Lighter variations
1#FCF4E2
2#FDF5E5
3#FDF7E8
4#FDF8EB
5#FDF9EF
6#FEFAF2
7#FEFBF5
8#FEFDF8
9#FFFEFC
Tones
Muted variations
1#FAF2E0
2#F9F2E1
3#F8F1E3
4#F6F1E4
5#F5F0E6
6#F3F0E7
7#F2EFE9
8#F0EEEA
9#EFEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E9 #F9E9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D8 #F5D894 | BordersInactive statesPlaceholder text |
| 400 | F0C3 #F0C35C | Disabled statesSecondary iconsMuted text |
| 500 | EBB2 #EBB22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD95 #CD9513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A377 #A3770F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7555 #75550B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B36 #4B3607 | Primary textHigh emphasis contentDark headings |
| 950 | 2F22 #2F2204 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEFAF1;
--beige-100: #FCF3DE;
--beige-200: #F9E9C2;
--beige-300: #F5D894;
--beige-400: #F0C35C;
--beige-500: #EBB22D;
--beige-600: #CD9513;
--beige-700: #A3770F;
--beige-800: #75550B;
--beige-900: #4B3607;
--beige-950: #2F2204;
}