Beige
#FDDFDD
RedColor Codes
All color formats for development
HEX
#FDDFDDRGB
rgb(253, 223, 221)HSL
hsl(4, 89%, 93%)OKLCH
oklch(0.928 0.033 22.3)CMYK
cmyk(0%, 12%, 13%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FAB5B0
2#F88B84
3#F56157
4#F3372A
5#E01B0D
6#B3160A
7#861008
8#5A0B05
9#2D0503
Tints
Lighter variations
1#FDE3E1
2#FDE6E4
3#FEE9E7
4#FEECEB
5#FEEFEE
6#FEF2F2
7#FEF6F5
8#FFF9F8
9#FFFCFC
Tones
Muted variations
1#FBE1DF
2#FAE2E0
3#F8E4E2
4#F7E5E4
5#F5E6E5
6#F4E8E7
7#F2E9E8
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 | FDDF #FDDFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC4 #FBC4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F997 #F99790 | BordersInactive statesPlaceholder text |
| 400 | F561 #F56156 | Disabled statesSecondary iconsMuted text |
| 500 | F234 #F23426 | Primary brand colorCTAsActive elementsLinks |
| 600 | D41A #D41A0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A914 #A9140A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 780F #780F07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D09 #4D0904 | Primary textHigh emphasis contentDark headings |
| 950 | 3006 #300603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FEF1F1;
--beige-100: #FDDFDD;
--beige-200: #FBC4C0;
--beige-300: #F99790;
--beige-400: #F56156;
--beige-500: #F23426;
--beige-600: #D41A0C;
--beige-700: #A9140A;
--beige-800: #780F07;
--beige-900: #4D0904;
--beige-950: #300603;
}