Beige
#FCFBDE
YellowColor Codes
All color formats for development
HEX
#FCFBDERGB
rgb(252, 251, 222)HSL
hsl(58, 83%, 93%)OKLCH
oklch(0.981 0.038 105.5)CMYK
cmyk(0%, 0%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8F6B3
2#F4F088
3#F0EB5C
4#ECE631
5#D9D214
6#AEA810
7#827E0C
8#575408
9#2B2A04
Tints
Lighter variations
1#FCFBE2
2#FDFCE5
3#FDFCE8
4#FDFDEB
5#FDFDEF
6#FEFDF2
7#FEFEF5
8#FEFEF8
9#FFFFFC
Tones
Muted variations
1#FAFAE0
2#F9F8E1
3#F8F7E3
4#F6F5E4
5#F5F4E6
6#F3F3E7
7#F2F1E9
8#F0F0EA
9#EFEFEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F8 #F9F8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5F2 #F5F294 | BordersInactive statesPlaceholder text |
| 400 | F0EB #F0EB5C | Disabled statesSecondary iconsMuted text |
| 500 | EBE5 #EBE52D | Primary brand colorCTAsActive elementsLinks |
| 600 | CDC7 #CDC713 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A39E #A39E0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7571 #75710B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B48 #4B4807 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2D #2F2D04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEFDF1;
--beige-100: #FCFBDE;
--beige-200: #F9F8C2;
--beige-300: #F5F294;
--beige-400: #F0EB5C;
--beige-500: #EBE52D;
--beige-600: #CDC713;
--beige-700: #A39E0F;
--beige-800: #75710B;
--beige-900: #4B4807;
--beige-950: #2F2D04;
}