Beige
#FCF8DE
YellowColor Codes
All color formats for development
HEX
#FCF8DERGB
rgb(252, 248, 222)HSL
hsl(52, 83%, 93%)OKLCH
oklch(0.975 0.034 99.8)CMYK
cmyk(0%, 2%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8EFB3
2#F4E588
3#F0DC5C
4#ECD331
5#D9BF14
6#AE9910
7#82720C
8#574C08
9#2B2604
Tints
Lighter variations
1#FCF9E2
2#FDF9E5
3#FDFAE8
4#FDFBEB
5#FDFCEF
6#FEFCF2
7#FEFDF5
8#FEFEF8
9#FFFEFC
Tones
Muted variations
1#FAF7E0
2#F9F6E1
3#F8F5E3
4#F6F4E4
5#F5F3E6
6#F3F1E7
7#F2F0E9
8#F0EFEA
9#EFEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF8 #FCF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F2 #F9F2C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5E8 #F5E894 | BordersInactive statesPlaceholder text |
| 400 | F0DC #F0DC5C | Disabled statesSecondary iconsMuted text |
| 500 | EBD2 #EBD22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDB4 #CDB413 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A390 #A3900F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7567 #75670B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B42 #4B4207 | Primary textHigh emphasis contentDark headings |
| 950 | 2F29 #2F2904 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEFCF1;
--beige-100: #FCF8DE;
--beige-200: #F9F2C2;
--beige-300: #F5E894;
--beige-400: #F0DC5C;
--beige-500: #EBD22D;
--beige-600: #CDB413;
--beige-700: #A3900F;
--beige-800: #75670B;
--beige-900: #4B4207;
--beige-950: #2F2904;
}