Beige
#FAF2E0
OrangeColor Codes
All color formats for development
HEX
#FAF2E0RGB
rgb(250, 242, 224)HSL
hsl(42, 72%, 93%)OKLCH
oklch(0.963 0.025 86.9)CMYK
cmyk(0%, 3%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3E1B8
2#EDD18F
3#E6C066
4#DFAF3D
5#CC9921
6#A37A1B
7#7A5C14
8#523D0D
9#291F07
Tints
Lighter variations
1#FBF4E3
2#FBF5E6
3#FCF6EA
4#FCF7ED
5#FDF9F0
6#FDFAF3
7#FEFBF6
8#FEFCF9
9#FFFEFC
Tones
Muted variations
1#F9F2E2
2#F7F1E3
3#F6F1E4
4#F5F0E5
5#F4F0E7
6#F2EFE8
7#F1EFE9
8#F0EEEB
9#EEEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF2 #FAF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E7 #F6E7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD5 #EFD59A | BordersInactive statesPlaceholder text |
| 400 | E6BF #E6BF65 | Disabled statesSecondary iconsMuted text |
| 500 | DFAD #DFAD3A | Primary brand colorCTAsActive elementsLinks |
| 600 | C191 #C1911F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A73 #9A7319 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E52 #6E5212 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4635 #46350B | Primary textHigh emphasis contentDark headings |
| 950 | 2C21 #2C2107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDFAF2;
--beige-100: #FAF2E0;
--beige-200: #F6E7C6;
--beige-300: #EFD59A;
--beige-400: #E6BF65;
--beige-500: #DFAD3A;
--beige-600: #C1911F;
--beige-700: #9A7319;
--beige-800: #6E5212;
--beige-900: #46350B;
--beige-950: #2C2107;
}