Beige
#FCE6DE
OrangeColor Codes
All color formats for development
HEX
#FCE6DERGB
rgb(252, 230, 222)HSL
hsl(16, 83%, 93%)OKLCH
oklch(0.94 0.027 41.1)CMYK
cmyk(0%, 9%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F8C5B3
2#F4A488
3#F0845C
4#EC6331
5#D94914
6#AE3A10
7#822C0C
8#571D08
9#2B0F04
Tints
Lighter variations
1#FCE9E2
2#FDEBE5
3#FDEEE8
4#FDF0EB
5#FDF3EF
6#FEF5F2
7#FEF8F5
8#FEFAF8
9#FFFDFC
Tones
Muted variations
1#FAE7E0
2#F9E8E1
3#F8E8E3
4#F6E9E4
5#F5EAE6
6#F3EAE7
7#F2EBE9
8#F0ECEA
9#EFECEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCE6 #FCE6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9D1 #F9D1C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5AE #F5AE94 | BordersInactive statesPlaceholder text |
| 400 | F083 #F0835C | Disabled statesSecondary iconsMuted text |
| 500 | EB60 #EB602D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD45 #CD4513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A337 #A3370F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7527 #75270B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B19 #4B1907 | Primary textHigh emphasis contentDark headings |
| 950 | 2F10 #2F1004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF4F1;
--beige-100: #FCE6DE;
--beige-200: #F9D1C2;
--beige-300: #F5AE94;
--beige-400: #F0835C;
--beige-500: #EB602D;
--beige-600: #CD4513;
--beige-700: #A3370F;
--beige-800: #75270B;
--beige-900: #4B1907;
--beige-950: #2F1004;
}