Beige
#FBE8DF
OrangeColor Codes
All color formats for development
HEX
#FBE8DFRGB
rgb(251, 232, 223)HSL
hsl(19, 78%, 93%)OKLCH
oklch(0.944 0.024 47.1)CMYK
cmyk(0%, 8%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6CAB5
2#F1AB8B
3#EB8D61
4#E66E36
5#D3551A
6#A94415
7#7F3310
8#54220A
9#2A1105
Tints
Lighter variations
1#FBEAE2
2#FCEDE6
3#FCEFE9
4#FDF1EC
5#FDF4EF
6#FDF6F2
7#FEF8F5
8#FEFAF9
9#FFFDFC
Tones
Muted variations
1#FAE9E1
2#F8E9E2
3#F7EAE3
4#F6EAE5
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 | FDF5 #FDF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE8 #FBE8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D4 #F8D4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B4 #F2B497 | BordersInactive statesPlaceholder text |
| 400 | EB8C #EB8C60 | Disabled statesSecondary iconsMuted text |
| 500 | E66B #E66B33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C850 #C85019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F40 #9F4014 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 712E #712E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 491D #491D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D12 #2D1206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF5F1;
--beige-100: #FBE8DF;
--beige-200: #F8D4C4;
--beige-300: #F2B497;
--beige-400: #EB8C60;
--beige-500: #E66B33;
--beige-600: #C85019;
--beige-700: #9F4014;
--beige-800: #712E0E;
--beige-900: #491D09;
--beige-950: #2D1206;
}