Beige
#FDE0DD
RedColor Codes
All color formats for development
HEX
#FDE0DDRGB
rgb(253, 224, 221)HSL
hsl(6, 89%, 93%)OKLCH
oklch(0.93 0.032 24.8)CMYK
cmyk(0%, 11%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAB8B0
2#F88F84
3#F56757
4#F33E2A
5#E0220D
6#B31B0A
7#861408
8#5A0E05
9#2D0703
Tints
Lighter variations
1#FDE3E1
2#FDE7E4
3#FEEAE7
4#FEEDEB
5#FEF0EE
6#FEF3F2
7#FEF6F5
8#FFF9F8
9#FFFCFC
Tones
Muted variations
1#FBE2DF
2#FAE3E0
3#F8E4E2
4#F7E6E4
5#F5E7E5
6#F4E8E7
7#F2E9E8
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 | FDE0 #FDE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC6 #FBC6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F99B #F99B90 | BordersInactive statesPlaceholder text |
| 400 | F566 #F56656 | Disabled statesSecondary iconsMuted text |
| 500 | F23B #F23B26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D420 #D4200C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A91A #A91A0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7812 #781207 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0C #4D0C04 | Primary textHigh emphasis contentDark headings |
| 950 | 3007 #300703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF2F1;
--beige-100: #FDE0DD;
--beige-200: #FBC6C0;
--beige-300: #F99B90;
--beige-400: #F56656;
--beige-500: #F23B26;
--beige-600: #D4200C;
--beige-700: #A91A0A;
--beige-800: #781207;
--beige-900: #4D0C04;
--beige-950: #300703;
}