Beige
#FCF5DF
YellowColor Codes
All color formats for development
HEX
#FCF5DFRGB
rgb(252, 245, 223)HSL
hsl(46, 83%, 93%)OKLCH
oklch(0.97 0.03 92.3)CMYK
cmyk(0%, 3%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8E8B3
2#F4DB88
3#F0CD5C
4#ECC031
5#D9AB14
6#AE8910
7#82670C
8#574408
9#2B2204
Tints
Lighter variations
1#FCF6E2
2#FDF7E5
3#FDF8E8
4#FDF9EB
5#FDFAEF
6#FEFBF2
7#FEFCF5
8#FEFDF8
9#FFFEFC
Tones
Muted variations
1#FAF4E0
2#F9F3E1
3#F8F3E3
4#F6F2E4
5#F5F1E6
6#F3F0E7
7#F2F0E9
8#F0EFEA
9#EFEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF5 #FCF5DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9ED #F9EDC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5DE #F5DE94 | BordersInactive statesPlaceholder text |
| 400 | F0CD #F0CD5C | Disabled statesSecondary iconsMuted text |
| 500 | EBBF #EBBF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDA2 #CDA213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A381 #A3810F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 755C #755C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3B #4B3B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F25 #2F2504 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEFBF1;
--beige-100: #FCF5DE;
--beige-200: #F9EDC2;
--beige-300: #F5DE94;
--beige-400: #F0CD5C;
--beige-500: #EBBF2D;
--beige-600: #CDA213;
--beige-700: #A3810F;
--beige-800: #755C0B;
--beige-900: #4B3B07;
--beige-950: #2F2504;
}