Beige
#FAE9E0
OrangeColor Codes
All color formats for development
HEX
#FAE9E0RGB
rgb(250, 233, 224)HSL
hsl(21, 72%, 93%)OKLCH
oklch(0.945 0.022 49.9)CMYK
cmyk(0%, 7%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3CCB8
2#EDB08F
3#E69366
4#DF763D
5#CC5D21
6#A34A1B
7#7A3814
8#52250D
9#291307
Tints
Lighter variations
1#FBEBE3
2#FBEEE6
3#FCF0EA
4#FCF2ED
5#FDF4F0
6#FDF6F3
7#FEF8F6
8#FEFBF9
9#FFFDFC
Tones
Muted variations
1#F9EAE2
2#F7EAE3
3#F6EAE4
4#F5EBE5
5#F4EBE7
6#F2ECE8
7#F1ECE9
8#F0ECEB
9#EEEDEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE9 #FAE9E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6D7 #F6D7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFB8 #EFB89A | BordersInactive statesPlaceholder text |
| 400 | E692 #E69265 | Disabled statesSecondary iconsMuted text |
| 500 | DF73 #DF733A | Primary brand colorCTAsActive elementsLinks |
| 600 | C158 #C1581F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A46 #9A4619 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E32 #6E3212 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4620 #46200B | Primary textHigh emphasis contentDark headings |
| 950 | 2C14 #2C1407 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF6F2;
--beige-100: #FAE9E0;
--beige-200: #F6D7C6;
--beige-300: #EFB89A;
--beige-400: #E69265;
--beige-500: #DF733A;
--beige-600: #C1581F;
--beige-700: #9A4619;
--beige-800: #6E3212;
--beige-900: #46200B;
--beige-950: #2C1407;
}