Beige
#FCF9DE
YellowColor Codes
All color formats for development
HEX
#FCF9DERGB
rgb(252, 249, 222)HSL
hsl(54, 83%, 93%)OKLCH
oklch(0.977 0.035 101.8)CMYK
cmyk(0%, 1%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8F1B3
2#F4E988
3#F0E15C
4#ECD931
5#D9C514
6#AE9E10
7#82760C
8#574F08
9#2B2704
Tints
Lighter variations
1#FCFAE2
2#FDFAE5
3#FDFBE8
4#FDFBEB
5#FDFCEF
6#FEFDF2
7#FEFDF5
8#FEFEF8
9#FFFEFC
Tones
Muted variations
1#FAF8E0
2#F9F7E1
3#F8F5E3
4#F6F4E4
5#F5F3E6
6#F3F2E7
7#F2F1E9
8#F0F0EA
9#EFEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F4 #F9F4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5EB #F5EB94 | BordersInactive statesPlaceholder text |
| 400 | F0E1 #F0E15C | Disabled statesSecondary iconsMuted text |
| 500 | EBD8 #EBD82D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDBB #CDBB13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A395 #A3950F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756A #756A0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B44 #4B4407 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2A #2F2A04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEFCF1;
--beige-100: #FCF9DE;
--beige-200: #F9F4C2;
--beige-300: #F5EB94;
--beige-400: #F0E15C;
--beige-500: #EBD82D;
--beige-600: #CDBB13;
--beige-700: #A3950F;
--beige-800: #756A0B;
--beige-900: #4B4407;
--beige-950: #2F2A04;
}