Beige
#FDF2DD
OrangeColor Codes
All color formats for development
HEX
#FDF2DDRGB
rgb(253, 242, 221)HSL
hsl(39, 89%, 93%)OKLCH
oklch(0.964 0.03 83.6)CMYK
cmyk(0%, 4%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAE1B0
2#F8CF84
3#F5BE57
4#F3AC2A
5#E0960D
6#B3780A
7#865A08
8#5A3C05
9#2D1E03
Tints
Lighter variations
1#FDF3E1
2#FDF5E4
3#FEF6E7
4#FEF7EB
5#FEF8EE
6#FEFAF2
7#FEFBF5
8#FFFCF8
9#FFFEFC
Tones
Muted variations
1#FBF1DF
2#FAF1E0
3#F8F0E2
4#F7F0E4
5#F5F0E5
6#F4EFE7
7#F2EFE8
8#F0EEEA
9#EFEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE7 #FBE7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D4 #F9D490 | BordersInactive statesPlaceholder text |
| 400 | F5BE #F5BE56 | Disabled statesSecondary iconsMuted text |
| 500 | F2AB #F2AB26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D48E #D48E0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A971 #A9710A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3404 | Primary textHigh emphasis contentDark headings |
| 950 | 3020 #302003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF9F1;
--beige-100: #FDF2DD;
--beige-200: #FBE7C0;
--beige-300: #F9D490;
--beige-400: #F5BE56;
--beige-500: #F2AB26;
--beige-600: #D48E0C;
--beige-700: #A9710A;
--beige-800: #785107;
--beige-900: #4D3404;
--beige-950: #302003;
}