Beige
#FBFBDF
YellowColor Codes
All color formats for development
HEX
#FBFBDFRGB
rgb(251, 251, 223)HSL
hsl(60, 78%, 93%)OKLCH
oklch(0.981 0.037 107.1)CMYK
cmyk(0%, 0%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6F6B5
2#F1F18B
3#EBEB61
4#E6E636
5#D3D31A
6#A9A915
7#7F7F10
8#54540A
9#2A2A05
Tints
Lighter variations
1#FBFBE2
2#FCFCE6
3#FCFCE9
4#FDFDEC
5#FDFDEF
6#FDFDF2
7#FEFEF5
8#FEFEF9
9#FFFFFC
Tones
Muted variations
1#FAFAE1
2#F8F8E2
3#F7F7E3
4#F6F6E5
5#F4F4E6
6#F3F3E8
7#F1F1E9
8#F0F0EA
9#EFEFEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F8 #F8F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F2 #F2F297 | BordersInactive statesPlaceholder text |
| 400 | EBEB #EBEB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6E6 #E6E633 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8C8 #C8C819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F9F #9F9F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7171 #71710E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494909 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDFDF1;
--beige-100: #FBFBDF;
--beige-200: #F8F8C4;
--beige-300: #F2F297;
--beige-400: #EBEB60;
--beige-500: #E6E633;
--beige-600: #C8C819;
--beige-700: #9F9F14;
--beige-800: #71710E;
--beige-900: #494909;
--beige-950: #2D2D06;
}