Beige
#FBFAE0
YellowColor Codes
All color formats for development
HEX
#FBFAE0RGB
rgb(251, 250, 224)HSL
hsl(58, 77%, 93%)OKLCH
oklch(0.979 0.034 105.2)CMYK
cmyk(0%, 0%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5F3B5
2#F0ED8B
3#EBE661
4#E5DF38
5#D2CC1B
6#A8A316
7#7E7A10
8#54520B
9#2A2905
Tints
Lighter variations
1#FBFAE3
2#FCFBE6
3#FCFBE9
4#FDFCEC
5#FDFCEF
6#FDFDF2
7#FEFDF6
8#FEFEF9
9#FFFEFC
Tones
Muted variations
1#FAF9E1
2#F8F7E2
3#F7F6E4
4#F5F5E5
5#F4F4E6
6#F3F2E8
7#F1F1E9
8#F0F0EA
9#EFEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFA #FBFADF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F6 #F7F6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EE #F2EE97 | BordersInactive statesPlaceholder text |
| 400 | EAE6 #EAE661 | Disabled statesSecondary iconsMuted text |
| 500 | E5DF #E5DF34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7C1 #C7C11A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E99 #9E9915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 716E #716E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4846 #484609 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2C #2D2C06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDFDF1;
--beige-100: #FBFADF;
--beige-200: #F7F6C4;
--beige-300: #F2EE97;
--beige-400: #EAE661;
--beige-500: #E5DF34;
--beige-600: #C7C11A;
--beige-700: #9E9915;
--beige-800: #716E0F;
--beige-900: #484609;
--beige-950: #2D2C06;
}