Beige
#FDFBDD
YellowColor Codes
All color formats for development
HEX
#FDFBDDRGB
rgb(253, 251, 221)HSL
hsl(56, 89%, 93%)OKLCH
oklch(0.982 0.039 104)CMYK
cmyk(0%, 1%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAF5B0
2#F8F084
3#F5EB57
4#F3E52A
5#E0D20D
6#B3A80A
7#867E08
8#5A5405
9#2D2A03
Tints
Lighter variations
1#FDFBE1
2#FDFCE4
3#FEFCE7
4#FEFDEB
5#FEFDEE
6#FEFDF2
7#FEFEF5
8#FFFEF8
9#FFFFFC
Tones
Muted variations
1#FBFADF
2#FAF8E0
3#F8F7E2
4#F7F5E4
5#F5F4E5
6#F4F3E7
7#F2F1E8
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 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF7 #FBF7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F2 #F9F290 | BordersInactive statesPlaceholder text |
| 400 | F5EB #F5EB56 | Disabled statesSecondary iconsMuted text |
| 500 | F2E5 #F2E526 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4C7 #D4C70C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A99E #A99E0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7871 #787107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D48 #4D4804 | Primary textHigh emphasis contentDark headings |
| 950 | 302D #302D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEFDF1;
--beige-100: #FDFBDD;
--beige-200: #FBF7C0;
--beige-300: #F9F290;
--beige-400: #F5EB56;
--beige-500: #F2E526;
--beige-600: #D4C70C;
--beige-700: #A99E0A;
--beige-800: #787107;
--beige-900: #4D4804;
--beige-950: #302D03;
}