Beige
#FBF3E0
OrangeColor Codes
All color formats for development
HEX
#FBF3E0RGB
rgb(251, 243, 224)HSL
hsl(42, 77%, 93%)OKLCH
oklch(0.965 0.026 87.9)CMYK
cmyk(0%, 3%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5E2B5
2#F0D28B
3#EBC161
4#E5B138
5#D29B1B
6#A87C16
7#7E5D10
8#543E0B
9#2A1F05
Tints
Lighter variations
1#FBF4E3
2#FCF5E6
3#FCF6E9
4#FDF8EC
5#FDF9EF
6#FDFAF2
7#FEFBF6
8#FEFDF9
9#FFFEFC
Tones
Muted variations
1#FAF2E1
2#F8F2E2
3#F7F1E4
4#F5F0E5
5#F4F0E6
6#F3EFE8
7#F1EFE9
8#F0EEEA
9#EFEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E8 #F7E8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D6 #F2D697 | BordersInactive statesPlaceholder text |
| 400 | EAC1 #EAC161 | Disabled statesSecondary iconsMuted text |
| 500 | E5B0 #E5B034 | Primary brand colorCTAsActive elementsLinks |
| 600 | C793 #C7931A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E75 #9E7515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7153 #71530F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4835 #483509 | Primary textHigh emphasis contentDark headings |
| 950 | 2D21 #2D2106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDFAF1;
--beige-100: #FBF3DF;
--beige-200: #F7E8C4;
--beige-300: #F2D697;
--beige-400: #EAC161;
--beige-500: #E5B034;
--beige-600: #C7931A;
--beige-700: #9E7515;
--beige-800: #71530F;
--beige-900: #483509;
--beige-950: #2D2106;
}