Beige
#FBF8DF
YellowColor Codes
All color formats for development
HEX
#FBF8DFRGB
rgb(251, 248, 223)HSL
hsl(54, 78%, 93%)OKLCH
oklch(0.975 0.033 101.4)CMYK
cmyk(0%, 1%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6EFB5
2#F1E68B
3#EBDE61
4#E6D536
5#D3C11A
6#A99A15
7#7F7410
8#544D0A
9#2A2705
Tints
Lighter variations
1#FBF9E2
2#FCFAE6
3#FCFAE9
4#FDFBEC
5#FDFCEF
6#FDFCF2
7#FEFDF5
8#FEFEF9
9#FFFEFC
Tones
Muted variations
1#FAF7E1
2#F8F6E2
3#F7F5E3
4#F6F4E5
5#F4F3E6
6#F3F2E8
7#F1F0E9
8#F0EFEA
9#EFEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E9 #F2E997 | BordersInactive statesPlaceholder text |
| 400 | EBDD #EBDD60 | Disabled statesSecondary iconsMuted text |
| 500 | E6D4 #E6D433 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B6 #C8B619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F91 #9F9114 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7168 #71680E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494209 | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDFCF1;
--beige-100: #FBF8DF;
--beige-200: #F8F3C4;
--beige-300: #F2E997;
--beige-400: #EBDD60;
--beige-500: #E6D433;
--beige-600: #C8B619;
--beige-700: #9F9114;
--beige-800: #71680E;
--beige-900: #494209;
--beige-950: #2D2906;
}