Beige
#FAEAE0
OrangeColor Codes
All color formats for development
HEX
#FAEAE0RGB
rgb(250, 234, 224)HSL
hsl(23, 72%, 93%)OKLCH
oklch(0.947 0.022 54.3)CMYK
cmyk(0%, 6%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3CEB8
2#EDB38F
3#E69766
4#DF7B3D
5#CC6321
6#A34F1B
7#7A3B14
8#52270D
9#291407
Tints
Lighter variations
1#FBECE3
2#FBEEE6
3#FCF0EA
4#FCF2ED
5#FDF5F0
6#FDF7F3
7#FEF9F6
8#FEFBF9
9#FFFDFC
Tones
Muted variations
1#F9EAE2
2#F7EBE3
3#F6EBE4
4#F5EBE5
5#F4ECE7
6#F2ECE8
7#F1ECE9
8#F0EDEB
9#EEEDEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAEA #FAEAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D8 #F6D8C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFBA #EFBA9A | BordersInactive statesPlaceholder text |
| 400 | E697 #E69765 | Disabled statesSecondary iconsMuted text |
| 500 | DF79 #DF793A | Primary brand colorCTAsActive elementsLinks |
| 600 | C15D #C15D1F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A4A #9A4A19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E35 #6E3512 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4622 #46220B | Primary textHigh emphasis contentDark headings |
| 950 | 2C15 #2C1507 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF6F2;
--beige-100: #FAEAE0;
--beige-200: #F6D8C6;
--beige-300: #EFBA9A;
--beige-400: #E69765;
--beige-500: #DF793A;
--beige-600: #C15D1F;
--beige-700: #9A4A19;
--beige-800: #6E3512;
--beige-900: #46220B;
--beige-950: #2C1507;
}