Beige
#FDE9DD
OrangeColor Codes
All color formats for development
HEX
#FDE9DDRGB
rgb(253, 233, 221)HSL
hsl(22, 89%, 93%)OKLCH
oklch(0.947 0.027 53.2)CMYK
cmyk(0%, 8%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FACCB0
2#F8AE84
3#F59157
4#F3742A
5#E05A0D
6#B3480A
7#863608
8#5A2405
9#2D1203
Tints
Lighter variations
1#FDEBE1
2#FDEDE4
3#FEF0E7
4#FEF2EB
5#FEF4EE
6#FEF6F2
7#FEF8F5
8#FFFBF8
9#FFFDFC
Tones
Muted variations
1#FBE9DF
2#FAEAE0
3#F8EAE2
4#F7EBE4
5#F5EBE5
6#F4EBE7
7#F2ECE8
8#F0ECEA
9#EFEDEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE9 #FDE9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD6 #FBD6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9B6 #F9B690 | BordersInactive statesPlaceholder text |
| 400 | F591 #F59156 | Disabled statesSecondary iconsMuted text |
| 500 | F271 #F27126 | Primary brand colorCTAsActive elementsLinks |
| 600 | D456 #D4560C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A944 #A9440A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7831 #783107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D1F #4D1F04 | Primary textHigh emphasis contentDark headings |
| 950 | 3013 #301303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF6F1;
--beige-100: #FDE9DD;
--beige-200: #FBD6C0;
--beige-300: #F9B690;
--beige-400: #F59156;
--beige-500: #F27126;
--beige-600: #D4560C;
--beige-700: #A9440A;
--beige-800: #783107;
--beige-900: #4D1F04;
--beige-950: #301303;
}