Beige
#FCF3DF
OrangeColor Codes
All color formats for development
HEX
#FCF3DFRGB
rgb(252, 243, 223)HSL
hsl(41, 83%, 93%)OKLCH
oklch(0.966 0.028 86.6)CMYK
cmyk(0%, 4%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8E2B3
2#F4D288
3#F0C15C
4#ECB131
5#D99B14
6#AE7C10
7#825D0C
8#573E08
9#2B1F04
Tints
Lighter variations
1#FCF4E2
2#FDF5E5
3#FDF6E8
4#FDF8EB
5#FDF9EF
6#FEFAF2
7#FEFBF5
8#FEFDF8
9#FFFEFC
Tones
Muted variations
1#FAF2E0
2#F9F1E1
3#F8F1E3
4#F6F0E4
5#F5F0E6
6#F3EFE7
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 | F9E8 #F9E8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D6 #F5D694 | BordersInactive statesPlaceholder text |
| 400 | F0C1 #F0C15C | Disabled statesSecondary iconsMuted text |
| 500 | EBAF #EBAF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD92 #CD9213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A374 #A3740F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7553 #75530B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B35 #4B3507 | Primary textHigh emphasis contentDark headings |
| 950 | 2F21 #2F2104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEFAF1;
--beige-100: #FCF3DE;
--beige-200: #F9E8C2;
--beige-300: #F5D694;
--beige-400: #F0C15C;
--beige-500: #EBAF2D;
--beige-600: #CD9213;
--beige-700: #A3740F;
--beige-800: #75530B;
--beige-900: #4B3507;
--beige-950: #2F2104;
}