Beige
#FDE2DE
RedColor Codes
All color formats for development
HEX
#FDE2DERGB
rgb(253, 226, 222)HSL
hsl(8, 89%, 93%)OKLCH
oklch(0.934 0.03 27.8)CMYK
cmyk(0%, 11%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FABAB0
2#F89384
3#F56C57
4#F3452A
5#E0290D
6#B3210A
7#861908
8#5A1005
9#2D0803
Tints
Lighter variations
1#FDE4E1
2#FDE7E4
3#FEEAE7
4#FEEDEB
5#FEF0EE
6#FEF3F2
7#FEF6F5
8#FFF9F8
9#FFFCFC
Tones
Muted variations
1#FBE3DF
2#FAE4E0
3#F8E5E2
4#F7E6E4
5#F5E7E5
6#F4E8E7
7#F2EAE8
8#F0EBEA
9#EFECEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE1 #FDE1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC8 #FBC8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99E #F99E90 | BordersInactive statesPlaceholder text |
| 400 | F56B #F56B56 | Disabled statesSecondary iconsMuted text |
| 500 | F241 #F24126 | Primary brand colorCTAsActive elementsLinks |
| 600 | D427 #D4270C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A91F #A91F0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7816 #781607 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0E #4D0E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3009 #300903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF2F1;
--beige-100: #FDE1DD;
--beige-200: #FBC8C0;
--beige-300: #F99E90;
--beige-400: #F56B56;
--beige-500: #F24126;
--beige-600: #D4270C;
--beige-700: #A91F0A;
--beige-800: #781607;
--beige-900: #4D0E04;
--beige-950: #300903;
}