Beige
#FBF5DF
YellowColor Codes
All color formats for development
HEX
#FBF5DFRGB
rgb(251, 245, 223)HSL
hsl(47, 78%, 93%)OKLCH
oklch(0.969 0.03 94.3)CMYK
cmyk(0%, 2%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6E8B5
2#F1DB8B
3#EBCD61
4#E6C036
5#D3AB1A
6#A98915
7#7F6710
8#54440A
9#2A2205
Tints
Lighter variations
1#FBF6E2
2#FCF7E6
3#FCF8E9
4#FDF9EC
5#FDFAEF
6#FDFBF2
7#FEFCF5
8#FEFDF9
9#FFFEFC
Tones
Muted variations
1#FAF4E1
2#F8F3E2
3#F7F3E3
4#F6F2E5
5#F4F1E6
6#F3F0E8
7#F1F0E9
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 | F8ED #F8EDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DE #F2DE97 | BordersInactive statesPlaceholder text |
| 400 | EBCD #EBCD60 | Disabled statesSecondary iconsMuted text |
| 500 | E6BF #E6BF33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8A2 #C8A219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F81 #9F8114 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715C #715C0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493B #493B09 | 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: #F8EDC4;
--beige-300: #F2DE97;
--beige-400: #EBCD60;
--beige-500: #E6BF33;
--beige-600: #C8A219;
--beige-700: #9F8114;
--beige-800: #715C0E;
--beige-900: #493B09;
--beige-950: #2D2506;
}