Beige
#FBF2DF
OrangeColor Codes
All color formats for development
HEX
#FBF2DFRGB
rgb(251, 242, 223)HSL
hsl(41, 78%, 93%)OKLCH
oklch(0.963 0.027 85.7)CMYK
cmyk(0%, 4%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6E1B5
2#F1D08B
3#EBBF61
4#E6AF36
5#D3981A
6#A97A15
7#7F5B10
8#543D0A
9#2A1E05
Tints
Lighter variations
1#FBF4E2
2#FCF5E6
3#FCF6E9
4#FDF7EC
5#FDF9EF
6#FDFAF2
7#FEFBF5
8#FEFCF9
9#FFFEFC
Tones
Muted variations
1#FAF2E1
2#F8F1E2
3#F7F1E3
4#F6F0E5
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 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E7 #F8E7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D5 #F2D597 | BordersInactive statesPlaceholder text |
| 400 | EBBF #EBBF60 | Disabled statesSecondary iconsMuted text |
| 500 | E6AD #E6AD33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C890 #C89019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F73 #9F7314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7152 #71520E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4934 #493409 | 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: #FBF2DF;
--beige-200: #F8E7C4;
--beige-300: #F2D597;
--beige-400: #EBBF60;
--beige-500: #E6AD33;
--beige-600: #C89019;
--beige-700: #9F7314;
--beige-800: #71520E;
--beige-900: #493409;
--beige-950: #2D2106;
}