Beige
#FBEAE0
OrangeColor Codes
All color formats for development
HEX
#FBEAE0RGB
rgb(251, 234, 224)HSL
hsl(22, 77%, 93%)OKLCH
oklch(0.948 0.023 52.7)CMYK
cmyk(0%, 7%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5CDB5
2#F0B08B
3#EB9461
4#E57738
5#D25E1B
6#A84B16
7#7E3910
8#54260B
9#2A1305
Tints
Lighter variations
1#FBECE3
2#FCEEE6
3#FCF0E9
4#FDF2EC
5#FDF4EF
6#FDF6F2
7#FEF9F6
8#FEFBF9
9#FFFDFC
Tones
Muted variations
1#FAEAE1
2#F8EAE2
3#F7EBE4
4#F5EBE5
5#F4EBE6
6#F3ECE8
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 | F7D7 #F7D7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2B8 #F2B897 | BordersInactive statesPlaceholder text |
| 400 | EA93 #EA9361 | Disabled statesSecondary iconsMuted text |
| 500 | E575 #E57534 | Primary brand colorCTAsActive elementsLinks |
| 600 | C759 #C7591A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E47 #9E4715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7133 #71330F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4820 #482009 | 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: #F7D7C4;
--beige-300: #F2B897;
--beige-400: #EA9361;
--beige-500: #E57534;
--beige-600: #C7591A;
--beige-700: #9E4715;
--beige-800: #71330F;
--beige-900: #482009;
--beige-950: #2D1406;
}