Beige
#FDE6DD
OrangeColor Codes
All color formats for development
HEX
#FDE6DDRGB
rgb(253, 230, 221)HSL
hsl(17, 89%, 93%)OKLCH
oklch(0.941 0.028 42.7)CMYK
cmyk(0%, 9%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAC5B0
2#F8A584
3#F58457
4#F3632A
5#E0490D
6#B33A0A
7#862C08
8#5A1D05
9#2D0F03
Tints
Lighter variations
1#FDE9E1
2#FDEBE4
3#FEEEE7
4#FEF0EB
5#FEF3EE
6#FEF5F2
7#FEF8F5
8#FFFAF8
9#FFFDFC
Tones
Muted variations
1#FBE7DF
2#FAE8E0
3#F8E8E2
4#F7E9E4
5#F5EAE5
6#F4EAE7
7#F2EBE8
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 | FDE6 #FDE6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD1 #FBD1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9AE #F9AE90 | BordersInactive statesPlaceholder text |
| 400 | F583 #F58356 | Disabled statesSecondary iconsMuted text |
| 500 | F260 #F26026 | Primary brand colorCTAsActive elementsLinks |
| 600 | D445 #D4450C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A937 #A9370A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7827 #782707 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D19 #4D1904 | Primary textHigh emphasis contentDark headings |
| 950 | 3010 #301003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF4F1;
--beige-100: #FDE6DD;
--beige-200: #FBD1C0;
--beige-300: #F9AE90;
--beige-400: #F58356;
--beige-500: #F26026;
--beige-600: #D4450C;
--beige-700: #A9370A;
--beige-800: #782707;
--beige-900: #4D1904;
--beige-950: #301003;
}