Beige
#FDE7DD
OrangeColor Codes
All color formats for development
HEX
#FDE7DDRGB
rgb(253, 231, 221)HSL
hsl(19, 89%, 93%)OKLCH
oklch(0.943 0.028 46.1)CMYK
cmyk(0%, 9%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAC8B0
2#F8A884
3#F58957
4#F36A2A
5#E0500D
6#B3400A
7#863008
8#5A2005
9#2D1003
Tints
Lighter variations
1#FDEAE1
2#FDECE4
3#FEEEE7
4#FEF1EB
5#FEF3EE
6#FEF6F2
7#FEF8F5
8#FFFAF8
9#FFFDFC
Tones
Muted variations
1#FBE8DF
2#FAE8E0
3#F8E9E2
4#F7EAE4
5#F5EAE5
6#F4EBE7
7#F2EBE8
8#F0ECEA
9#EFEDEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE7 #FDE7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD3 #FBD3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B1 #F9B190 | BordersInactive statesPlaceholder text |
| 400 | F589 #F58956 | Disabled statesSecondary iconsMuted text |
| 500 | F267 #F26726 | Primary brand colorCTAsActive elementsLinks |
| 600 | D44C #D44C0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A93C #A93C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 782B #782B07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1B #4D1B04 | Primary textHigh emphasis contentDark headings |
| 950 | 3011 #301103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF5F1;
--beige-100: #FDE7DD;
--beige-200: #FBD3C0;
--beige-300: #F9B190;
--beige-400: #F58956;
--beige-500: #F26726;
--beige-600: #D44C0C;
--beige-700: #A93C0A;
--beige-800: #782B07;
--beige-900: #4D1B04;
--beige-950: #301103;
}