Beige
#FBF6DF
YellowColor Codes
All color formats for development
HEX
#FBF6DFRGB
rgb(251, 246, 223)HSL
hsl(49, 78%, 93%)OKLCH
oklch(0.971 0.031 96.9)CMYK
cmyk(0%, 2%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6EAB5
2#F1DE8B
3#EBD261
4#E6C636
5#D3B11A
6#A98E15
7#7F6A10
8#54470A
9#2A2305
Tints
Lighter variations
1#FBF7E2
2#FCF8E6
3#FCF9E9
4#FDFAEC
5#FDFAEF
6#FDFBF2
7#FEFCF5
8#FEFDF9
9#FFFEFC
Tones
Muted variations
1#FAF5E1
2#F8F4E2
3#F7F3E3
4#F6F2E5
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 | F8EE #F8EEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E1 #F2E197 | BordersInactive statesPlaceholder text |
| 400 | EBD2 #EBD260 | Disabled statesSecondary iconsMuted text |
| 500 | E6C5 #E6C533 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8A8 #C8A819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F85 #9F8514 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715F #715F0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493D #493D09 | 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: #F8EEC4;
--beige-300: #F2E197;
--beige-400: #EBD260;
--beige-500: #E6C533;
--beige-600: #C8A819;
--beige-700: #9F8514;
--beige-800: #715F0E;
--beige-900: #493D09;
--beige-950: #2D2606;
}