Beige
#FBF8E0
YellowColor Codes
All color formats for development
HEX
#FBF8E0RGB
rgb(251, 248, 224)HSL
hsl(53, 77%, 93%)OKLCH
oklch(0.975 0.032 101.1)CMYK
cmyk(0%, 1%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5EEB5
2#F0E48B
3#EBDB61
4#E5D138
5#D2BD1B
6#A89716
7#7E7110
8#544B0B
9#2A2605
Tints
Lighter variations
1#FBF8E3
2#FCF9E6
3#FCFAE9
4#FDFBEC
5#FDFBEF
6#FDFCF2
7#FEFDF6
8#FEFEF9
9#FFFEFC
Tones
Muted variations
1#FAF7E1
2#F8F6E2
3#F7F5E4
4#F5F3E5
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 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F1 #F7F1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E7 #F2E797 | BordersInactive statesPlaceholder text |
| 400 | EADA #EADA61 | Disabled statesSecondary iconsMuted text |
| 500 | E5D0 #E5D034 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7B2 #C7B21A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E8E #9E8E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7165 #71650F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4841 #484109 | 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: #F7F1C4;
--beige-300: #F2E797;
--beige-400: #EADA61;
--beige-500: #E5D034;
--beige-600: #C7B21A;
--beige-700: #9E8E15;
--beige-800: #71650F;
--beige-900: #484109;
--beige-950: #2D2906;
}