Beige
#FDFDDD
YellowColor Codes
All color formats for development
HEX
#FDFDDDRGB
rgb(253, 253, 221)HSL
hsl(60, 89%, 93%)OKLCH
oklch(0.986 0.042 107.1)CMYK
cmyk(0%, 0%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAFAB0
2#F8F884
3#F5F557
4#F3F32A
5#E0E00D
6#B3B30A
7#868608
8#5A5A05
9#2D2D03
Tints
Lighter variations
1#FDFDE1
2#FDFDE4
3#FEFEE7
4#FEFEEB
5#FEFEEE
6#FEFEF2
7#FEFEF5
8#FFFFF8
9#FFFFFC
Tones
Muted variations
1#FBFBDF
2#FAFAE0
3#F8F8E2
4#F7F7E4
5#F5F5E5
6#F4F4E7
7#F2F2E8
8#F0F0EA
9#EFEFEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F9 #F9F990 | BordersInactive statesPlaceholder text |
| 400 | F5F5 #F5F556 | Disabled statesSecondary iconsMuted text |
| 500 | F2F2 #F2F226 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4D4 #D4D40C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A9A9 #A9A90A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7878 #787807 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D4D #4D4D04 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEFEF1;
--beige-100: #FDFDDD;
--beige-200: #FBFBC0;
--beige-300: #F9F990;
--beige-400: #F5F556;
--beige-500: #F2F226;
--beige-600: #D4D40C;
--beige-700: #A9A90A;
--beige-800: #787807;
--beige-900: #4D4D04;
--beige-950: #303003;
}