Beige
#FAFAE0
YellowColor Codes
All color formats for development
HEX
#FAFAE0RGB
rgb(250, 250, 224)HSL
hsl(60, 72%, 93%)OKLCH
oklch(0.978 0.034 107)CMYK
cmyk(0%, 0%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3F3B8
2#EDED8F
3#E6E666
4#DFDF3D
5#CCCC21
6#A3A31B
7#7A7A14
8#52520D
9#292907
Tints
Lighter variations
1#FBFBE3
2#FBFBE6
3#FCFCEA
4#FCFCED
5#FDFDF0
6#FDFDF3
7#FEFEF6
8#FEFEF9
9#FFFFFC
Tones
Muted variations
1#F9F9E2
2#F7F7E3
3#F6F6E4
4#F5F5E5
5#F4F4E7
6#F2F2E8
7#F1F1E9
8#F0F0EB
9#EEEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAFA #FAFAE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6F6 #F6F6C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFEF #EFEF9A | BordersInactive statesPlaceholder text |
| 400 | E6E6 #E6E665 | Disabled statesSecondary iconsMuted text |
| 500 | DFDF #DFDF3A | Primary brand colorCTAsActive elementsLinks |
| 600 | C1C1 #C1C11F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A9A #9A9A19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E6E #6E6E12 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4646 #46460B | Primary textHigh emphasis contentDark headings |
| 950 | 2C2C #2C2C07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDFDF2;
--beige-100: #FAFAE0;
--beige-200: #F6F6C6;
--beige-300: #EFEF9A;
--beige-400: #E6E665;
--beige-500: #DFDF3A;
--beige-600: #C1C11F;
--beige-700: #9A9A19;
--beige-800: #6E6E12;
--beige-900: #46460B;
--beige-950: #2C2C07;
}