Beige
#FBEFDF
OrangeColor Codes
All color formats for development
HEX
#FBEFDFRGB
rgb(251, 239, 223)HSL
hsl(34, 78%, 93%)OKLCH
oklch(0.957 0.025 75.3)CMYK
cmyk(0%, 5%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6DAB5
2#F1C58B
3#EBAF61
4#E69A36
5#D3831A
6#A96915
7#7F4F10
8#54340A
9#2A1A05
Tints
Lighter variations
1#FBF1E2
2#FCF2E6
3#FCF4E9
4#FDF5EC
5#FDF7EF
6#FDF9F2
7#FEFAF5
8#FEFCF9
9#FFFDFC
Tones
Muted variations
1#FAEFE1
2#F8EFE2
3#F7EEE3
4#F6EEE5
5#F4EEE6
6#F3EEE8
7#F1EEE9
8#F0EEEA
9#EFEDEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E1 #F8E1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2CA #F2CA97 | BordersInactive statesPlaceholder text |
| 400 | EBAF #EBAF60 | Disabled statesSecondary iconsMuted text |
| 500 | E698 #E69833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C87C #C87C19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F63 #9F6314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7146 #71460E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492D #492D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1C #2D1C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF8F1;
--beige-100: #FBEFDF;
--beige-200: #F8E1C4;
--beige-300: #F2CA97;
--beige-400: #EBAF60;
--beige-500: #E69833;
--beige-600: #C87C19;
--beige-700: #9F6314;
--beige-800: #71460E;
--beige-900: #492D09;
--beige-950: #2D1C06;
}