Beige
#FBFBE0
YellowColor Codes
All color formats for development
HEX
#FBFBE0RGB
rgb(251, 251, 224)HSL
hsl(60, 77%, 93%)OKLCH
oklch(0.981 0.035 107)CMYK
cmyk(0%, 0%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5F5B5
2#F0F08B
3#EBEB61
4#E5E538
5#D2D21B
6#A8A816
7#7E7E10
8#54540B
9#2A2A05
Tints
Lighter variations
1#FBFBE3
2#FCFCE6
3#FCFCE9
4#FDFDEC
5#FDFDEF
6#FDFDF2
7#FEFEF6
8#FEFEF9
9#FFFFFC
Tones
Muted variations
1#FAFAE1
2#F8F8E2
3#F7F7E4
4#F5F5E5
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 | F7F7 #F7F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2F2 #F2F297 | BordersInactive statesPlaceholder text |
| 400 | EAEA #EAEA61 | Disabled statesSecondary iconsMuted text |
| 500 | E5E5 #E5E534 | Primary brand colorCTAsActive elementsLinks |
| 600 | C7C7 #C7C71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E9E #9E9E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7171 #71710F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4848 #484809 | 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: #F7F7C4;
--beige-300: #F2F297;
--beige-400: #EAEA61;
--beige-500: #E5E534;
--beige-600: #C7C71A;
--beige-700: #9E9E15;
--beige-800: #71710F;
--beige-900: #484809;
--beige-950: #2D2D06;
}