Beige
#FDF8DE
YellowColor Codes
All color formats for development
HEX
#FDF8DERGB
rgb(253, 248, 222)HSL
hsl(50, 89%, 93%)OKLCH
oklch(0.976 0.034 98.1)CMYK
cmyk(0%, 2%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAEEB0
2#F8E484
3#F5DB57
4#F3D12A
5#E0BD0D
6#B3970A
7#867108
8#5A4C05
9#2D2603
Tints
Lighter variations
1#FDF8E1
2#FDF9E4
3#FEFAE7
4#FEFBEB
5#FEFBEE
6#FEFCF2
7#FEFDF5
8#FFFEF8
9#FFFEFC
Tones
Muted variations
1#FBF7DF
2#FAF6E0
3#F8F5E2
4#F7F4E4
5#F5F2E5
6#F4F1E7
7#F2F0E8
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 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF2 #FBF2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E7 #F9E790 | BordersInactive statesPlaceholder text |
| 400 | F5DB #F5DB56 | Disabled statesSecondary iconsMuted text |
| 500 | F2D0 #F2D026 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B3 #D4B30C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A98E #A98E0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7866 #786607 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D41 #4D4104 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEFCF1;
--beige-100: #FDF8DD;
--beige-200: #FBF2C0;
--beige-300: #F9E790;
--beige-400: #F5DB56;
--beige-500: #F2D026;
--beige-600: #D4B30C;
--beige-700: #A98E0A;
--beige-800: #786607;
--beige-900: #4D4104;
--beige-950: #302903;
}