Beige
#FDFADD
YellowColor Codes
All color formats for development
HEX
#FDFADDRGB
rgb(253, 250, 221)HSL
hsl(54, 89%, 93%)OKLCH
oklch(0.98 0.038 102.2)CMYK
cmyk(0%, 1%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAF3B0
2#F8EC84
3#F5E557
4#F3DF2A
5#E0CB0D
6#B3A20A
7#867A08
8#5A5105
9#2D2903
Tints
Lighter variations
1#FDFAE1
2#FDFBE4
3#FEFBE7
4#FEFCEB
5#FEFCEE
6#FEFDF2
7#FEFDF5
8#FFFEF8
9#FFFEFC
Tones
Muted variations
1#FBF9DF
2#FAF7E0
3#F8F6E2
4#F7F5E4
5#F5F4E5
6#F4F2E7
7#F2F1E8
8#F0F0EA
9#EFEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF5 #FBF5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EE #F9EE90 | BordersInactive statesPlaceholder text |
| 400 | F5E5 #F5E556 | Disabled statesSecondary iconsMuted text |
| 500 | F2DE #F2DE26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4C0 #D4C00C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A999 #A9990A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786D #786D07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D46 #4D4604 | Primary textHigh emphasis contentDark headings |
| 950 | 302C #302C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEFDF1;
--beige-100: #FDFADD;
--beige-200: #FBF5C0;
--beige-300: #F9EE90;
--beige-400: #F5E556;
--beige-500: #F2DE26;
--beige-600: #D4C00C;
--beige-700: #A9990A;
--beige-800: #786D07;
--beige-900: #4D4604;
--beige-950: #302C03;
}