Beige
#FCE7DE
OrangeColor Codes
All color formats for development
HEX
#FCE7DERGB
rgb(252, 231, 222)HSL
hsl(18, 83%, 93%)OKLCH
oklch(0.942 0.026 44.7)CMYK
cmyk(0%, 8%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8C8B3
2#F4A888
3#F0885C
4#EC6931
5#D94F14
6#AE3F10
7#82300C
8#572008
9#2B1004
Tints
Lighter variations
1#FCEAE2
2#FDECE5
3#FDEEE8
4#FDF1EB
5#FDF3EF
6#FEF5F2
7#FEF8F5
8#FEFAF8
9#FFFDFC
Tones
Muted variations
1#FAE8E0
2#F9E8E1
3#F8E9E3
4#F6EAE4
5#F5EAE6
6#F3EBE7
7#F2EBE9
8#F0ECEA
9#EFEDEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF5 #FEF5F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE7 #FCE7DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D3 #F9D3C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5B1 #F5B194 | BordersInactive statesPlaceholder text |
| 400 | F088 #F0885C | Disabled statesSecondary iconsMuted text |
| 500 | EB66 #EB662D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD4B #CD4B13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A33C #A33C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 752B #752B0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B1B #4B1B07 | Primary textHigh emphasis contentDark headings |
| 950 | 2F11 #2F1104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF5F1;
--beige-100: #FCE7DE;
--beige-200: #F9D3C2;
--beige-300: #F5B194;
--beige-400: #F0885C;
--beige-500: #EB662D;
--beige-600: #CD4B13;
--beige-700: #A33C0F;
--beige-800: #752B0B;
--beige-900: #4B1B07;
--beige-950: #2F1104;
}