Beige
#FCF2DF
OrangeColor Codes
All color formats for development
HEX
#FCF2DFRGB
rgb(252, 242, 223)HSL
hsl(39, 83%, 93%)OKLCH
oklch(0.964 0.027 83.5)CMYK
cmyk(0%, 4%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8E0B3
2#F4CE88
3#F0BC5C
4#ECAA31
5#D99414
6#AE7610
7#82590C
8#573B08
9#2B1E04
Tints
Lighter variations
1#FCF3E2
2#FDF4E5
3#FDF6E8
4#FDF7EB
5#FDF8EF
6#FEFAF2
7#FEFBF5
8#FEFCF8
9#FFFEFC
Tones
Muted variations
1#FAF1E0
2#F9F1E1
3#F8F0E3
4#F6F0E4
5#F5EFE6
6#F3EFE7
7#F2EEE9
8#F0EEEA
9#EFEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E6 #F9E6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D3 #F5D394 | BordersInactive statesPlaceholder text |
| 400 | F0BC #F0BC5C | Disabled statesSecondary iconsMuted text |
| 500 | EBA9 #EBA92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD8C #CD8C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36F #A36F0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7550 #75500B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B33 #4B3307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F20 #2F2004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF9F1;
--beige-100: #FCF2DE;
--beige-200: #F9E6C2;
--beige-300: #F5D394;
--beige-400: #F0BC5C;
--beige-500: #EBA92D;
--beige-600: #CD8C13;
--beige-700: #A36F0F;
--beige-800: #75500B;
--beige-900: #4B3307;
--beige-950: #2F2004;
}