Beige
#FBF5E0
YellowColor Codes
All color formats for development
HEX
#FBF5E0RGB
rgb(251, 245, 224)HSL
hsl(47, 77%, 93%)OKLCH
oklch(0.969 0.028 93.7)CMYK
cmyk(0%, 2%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5E8B5
2#F0DA8B
3#EBCD61
4#E5BF38
5#D2AA1B
6#A88816
7#7E6610
8#54440B
9#2A2205
Tints
Lighter variations
1#FBF6E3
2#FCF7E6
3#FCF8E9
4#FDF9EC
5#FDFAEF
6#FDFBF2
7#FEFCF6
8#FEFDF9
9#FFFEFC
Tones
Muted variations
1#FAF4E1
2#F8F3E2
3#F7F3E4
4#F5F2E5
5#F4F1E6
6#F3F0E8
7#F1EFE9
8#F0EFEA
9#EFEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EC #F7ECC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DE #F2DE97 | BordersInactive statesPlaceholder text |
| 400 | EACD #EACD61 | Disabled statesSecondary iconsMuted text |
| 500 | E5BE #E5BE34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7A1 #C7A11A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E80 #9E8015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715C #715C0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483B #483B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D25 #2D2506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDFBF1;
--beige-100: #FBF5DF;
--beige-200: #F7ECC4;
--beige-300: #F2DE97;
--beige-400: #EACD61;
--beige-500: #E5BE34;
--beige-600: #C7A11A;
--beige-700: #9E8015;
--beige-800: #715C0F;
--beige-900: #483B09;
--beige-950: #2D2506;
}