Beige
#FBF7DF
YellowColor Codes
All color formats for development
HEX
#FBF7DFRGB
rgb(251, 247, 223)HSL
hsl(51, 78%, 93%)OKLCH
oklch(0.973 0.032 99.2)CMYK
cmyk(0%, 2%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6ECB5
2#F1E18B
3#EBD761
4#E6CC36
5#D3B71A
6#A99315
7#7F6E10
8#54490A
9#2A2505
Tints
Lighter variations
1#FBF8E2
2#FCF9E6
3#FCF9E9
4#FDFAEC
5#FDFBEF
6#FDFCF2
7#FEFDF5
8#FEFDF9
9#FFFEFC
Tones
Muted variations
1#FAF6E1
2#F8F5E2
3#F7F4E3
4#F6F3E5
5#F4F2E6
6#F3F1E8
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 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F0 #F8F0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E4 #F2E497 | BordersInactive statesPlaceholder text |
| 400 | EBD6 #EBD660 | Disabled statesSecondary iconsMuted text |
| 500 | E6CB #E6CB33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8AD #C8AD19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F8A #9F8A14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7163 #71630E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493F #493F09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D27 #2D2706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDFCF1;
--beige-100: #FBF7DF;
--beige-200: #F8F0C4;
--beige-300: #F2E497;
--beige-400: #EBD660;
--beige-500: #E6CB33;
--beige-600: #C8AD19;
--beige-700: #9F8A14;
--beige-800: #71630E;
--beige-900: #493F09;
--beige-950: #2D2706;
}