Beige
#FBF9E0
YellowColor Codes
All color formats for development
HEX
#FBF9E0RGB
rgb(251, 249, 224)HSL
hsl(56, 77%, 93%)OKLCH
oklch(0.977 0.033 103.3)CMYK
cmyk(0%, 1%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5F1B5
2#F0E98B
3#EBE161
4#E5DA38
5#D2C61B
6#A89E16
7#7E7710
8#544F0B
9#2A2805
Tints
Lighter variations
1#FBFAE3
2#FCFAE6
3#FCFBE9
4#FDFBEC
5#FDFCEF
6#FDFDF2
7#FEFDF6
8#FEFEF9
9#FFFEFC
Tones
Muted variations
1#FAF8E1
2#F8F7E2
3#F7F5E4
4#F5F4E5
5#F4F3E6
6#F3F2E8
7#F1F1E9
8#F0F0EA
9#EFEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F4 #F7F4C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EB #F2EB97 | BordersInactive statesPlaceholder text |
| 400 | EAE1 #EAE161 | Disabled statesSecondary iconsMuted text |
| 500 | E5D9 #E5D934 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7BB #C7BB1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E95 #9E9515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716A #716A0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4844 #484409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2B #2D2B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDFCF1;
--beige-100: #FBF9DF;
--beige-200: #F7F4C4;
--beige-300: #F2EB97;
--beige-400: #EAE161;
--beige-500: #E5D934;
--beige-600: #C7BB1A;
--beige-700: #9E9515;
--beige-800: #716A0F;
--beige-900: #484409;
--beige-950: #2D2B06;
}