Beige
#FDDEDE
RedColor Codes
All color formats for development
HEX
#FDDEDERGB
rgb(253, 222, 222)HSL
hsl(0, 89%, 93%)OKLCH
oklch(0.926 0.034 17.8)CMYK
cmyk(0%, 12%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAB0B0
2#F88484
3#F55757
4#F32A2A
5#E00D0D
6#B30A0A
7#860808
8#5A0505
9#2D0303
Tints
Lighter variations
1#FDE1E1
2#FDE4E4
3#FEE7E7
4#FEEBEB
5#FEEEEE
6#FEF2F2
7#FEF5F5
8#FFF8F8
9#FFFCFC
Tones
Muted variations
1#FBDFDF
2#FAE0E0
3#F8E2E2
4#F7E4E4
5#F5E5E5
6#F4E7E7
7#F2E8E8
8#F0EAEA
9#EFECEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC0 #FBC0C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F99090 | BordersInactive statesPlaceholder text |
| 400 | F556 #F55656 | Disabled statesSecondary iconsMuted text |
| 500 | F226 #F22626 | Primary brand colorCTAsActive elementsLinks |
| 600 | D40C #D40C0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A90A #A90A0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7807 #780707 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D04 #4D0404 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF1F1;
--beige-100: #FDDDDD;
--beige-200: #FBC0C0;
--beige-300: #F99090;
--beige-400: #F55656;
--beige-500: #F22626;
--beige-600: #D40C0C;
--beige-700: #A90A0A;
--beige-800: #780707;
--beige-900: #4D0404;
--beige-950: #300303;
}