Beige
#FBF6E0
YellowColor Codes
All color formats for development
HEX
#FBF6E0RGB
rgb(251, 246, 224)HSL
hsl(49, 77%, 93%)OKLCH
oklch(0.971 0.029 96.4)CMYK
cmyk(0%, 2%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5EAB5
2#F0DE8B
3#EBD161
4#E5C538
5#D2B01B
6#A88D16
7#7E6A10
8#54470B
9#2A2305
Tints
Lighter variations
1#FBF7E3
2#FCF8E6
3#FCF9E9
4#FDFAEC
5#FDFAEF
6#FDFBF2
7#FEFCF6
8#FEFDF9
9#FFFEFC
Tones
Muted variations
1#FAF5E1
2#F8F4E2
3#F7F3E4
4#F5F2E5
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 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EE #F7EEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E1 #F2E197 | BordersInactive statesPlaceholder text |
| 400 | EAD1 #EAD161 | Disabled statesSecondary iconsMuted text |
| 500 | E5C4 #E5C434 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7A7 #C7A71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E85 #9E8515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715F #715F0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483D #483D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D26 #2D2606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDFBF1;
--beige-100: #FBF6DF;
--beige-200: #F7EEC4;
--beige-300: #F2E197;
--beige-400: #EAD161;
--beige-500: #E5C434;
--beige-600: #C7A71A;
--beige-700: #9E8515;
--beige-800: #715F0F;
--beige-900: #483D09;
--beige-950: #2D2606;
}