Beige
#FDE5DE
RedColor Codes
All color formats for development
HEX
#FDE5DERGB
rgb(253, 229, 222)HSL
hsl(14, 89%, 93%)OKLCH
oklch(0.939 0.028 36.9)CMYK
cmyk(0%, 9%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAC2B0
2#F89F84
3#F57C57
4#F3592A
5#E03E0D
6#B3320A
7#862508
8#5A1905
9#2D0C03
Tints
Lighter variations
1#FDE7E1
2#FDEAE4
3#FEEDE7
4#FEEFEB
5#FEF2EE
6#FEF4F2
7#FEF7F5
8#FFFAF8
9#FFFCFC
Tones
Muted variations
1#FBE6DF
2#FAE6E0
3#F8E7E2
4#F7E8E4
5#F5E9E5
6#F4EAE7
7#F2EBE8
8#F0EBEA
9#EFECEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF4 #FEF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE5 #FDE5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBCE #FBCEC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9A9 #F9A990 | BordersInactive statesPlaceholder text |
| 400 | F57B #F57B56 | Disabled statesSecondary iconsMuted text |
| 500 | F256 #F25626 | Primary brand colorCTAsActive elementsLinks |
| 600 | D43B #D43B0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A92F #A92F0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7821 #782107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D15 #4D1504 | Primary textHigh emphasis contentDark headings |
| 950 | 300D #300D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF4F1;
--beige-100: #FDE5DD;
--beige-200: #FBCEC0;
--beige-300: #F9A990;
--beige-400: #F57B56;
--beige-500: #F25626;
--beige-600: #D43B0C;
--beige-700: #A92F0A;
--beige-800: #782107;
--beige-900: #4D1504;
--beige-950: #300D03;
}