Beige
#FBE9DF
OrangeColor Codes
All color formats for development
HEX
#FBE9DFRGB
rgb(251, 233, 223)HSL
hsl(21, 78%, 93%)OKLCH
oklch(0.946 0.024 51.2)CMYK
cmyk(0%, 7%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6CCB5
2#F1AE8B
3#EB9161
4#E67436
5#D35B1A
6#A94915
7#7F3610
8#54240A
9#2A1205
Tints
Lighter variations
1#FBEBE2
2#FCEDE6
3#FCF0E9
4#FDF2EC
5#FDF4EF
6#FDF6F2
7#FEF8F5
8#FEFBF9
9#FFFDFC
Tones
Muted variations
1#FAE9E1
2#F8EAE2
3#F7EAE3
4#F6EBE5
5#F4EBE6
6#F3EBE8
7#F1ECE9
8#F0ECEA
9#EFEDEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF6 #FDF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE9 #FBE9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D6 #F8D6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B7 #F2B797 | BordersInactive statesPlaceholder text |
| 400 | EB91 #EB9160 | Disabled statesSecondary iconsMuted text |
| 500 | E671 #E67133 | Primary brand colorCTAsActive elementsLinks |
| 600 | C856 #C85619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F44 #9F4414 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7131 #71310E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491F #491F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D14 #2D1406 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF6F1;
--beige-100: #FBE9DF;
--beige-200: #F8D6C4;
--beige-300: #F2B797;
--beige-400: #EB9160;
--beige-500: #E67133;
--beige-600: #C85619;
--beige-700: #9F4414;
--beige-800: #71310E;
--beige-900: #491F09;
--beige-950: #2D1406;
}