Beige
#FDF8DD
YellowColor Codes
All color formats for development
HEX
#FDF8DDRGB
rgb(253, 248, 221)HSL
hsl(51, 89%, 93%)OKLCH
oklch(0.976 0.036 98.4)CMYK
cmyk(0%, 2%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAEFB0
2#F8E684
3#F5DD57
4#F3D52A
5#E0C00D
6#B39A0A
7#867308
8#5A4D05
9#2D2603
Tints
Lighter variations
1#FDF9E1
2#FDFAE4
3#FEFAE7
4#FEFBEB
5#FEFCEE
6#FEFCF2
7#FEFDF5
8#FFFEF8
9#FFFEFC
Tones
Muted variations
1#FBF7DF
2#FAF6E0
3#F8F5E2
4#F7F4E4
5#F5F3E5
6#F4F2E7
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 | FBF3 #FBF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E9 #F9E990 | BordersInactive statesPlaceholder text |
| 400 | F5DD #F5DD56 | Disabled statesSecondary iconsMuted text |
| 500 | F2D4 #F2D426 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B6 #D4B60C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A991 #A9910A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7867 #786707 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D42 #4D4204 | 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: #FBF3C0;
--beige-300: #F9E990;
--beige-400: #F5DD56;
--beige-500: #F2D426;
--beige-600: #D4B60C;
--beige-700: #A9910A;
--beige-800: #786707;
--beige-900: #4D4204;
--beige-950: #302903;
}