Beige
#FCF4DF
OrangeColor Codes
All color formats for development
HEX
#FCF4DFRGB
rgb(252, 244, 223)HSL
hsl(43, 83%, 93%)OKLCH
oklch(0.968 0.029 89.6)CMYK
cmyk(0%, 3%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8E4B3
2#F4D588
3#F0C65C
4#ECB731
5#D9A114
6#AE8110
7#82610C
8#574008
9#2B2004
Tints
Lighter variations
1#FCF5E2
2#FDF6E5
3#FDF7E8
4#FDF8EB
5#FDF9EF
6#FEFAF2
7#FEFCF5
8#FEFDF8
9#FFFEFC
Tones
Muted variations
1#FAF3E0
2#F9F2E1
3#F8F2E3
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 | FCF4 #FCF4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EA #F9EAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D9 #F5D994 | BordersInactive statesPlaceholder text |
| 400 | F0C6 #F0C65C | Disabled statesSecondary iconsMuted text |
| 500 | EBB6 #EBB62D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD99 #CD9913 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A379 #A3790F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7557 #75570B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B37 #4B3707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F23 #2F2304 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEFAF1;
--beige-100: #FCF4DE;
--beige-200: #F9EAC2;
--beige-300: #F5D994;
--beige-400: #F0C65C;
--beige-500: #EBB62D;
--beige-600: #CD9913;
--beige-700: #A3790F;
--beige-800: #75570B;
--beige-900: #4B3707;
--beige-950: #2F2304;
}