Beige
#FBE5DF
RedColor Codes
All color formats for development
HEX
#FBE5DFRGB
rgb(251, 229, 223)HSL
hsl(13, 78%, 93%)OKLCH
oklch(0.938 0.026 35.7)CMYK
cmyk(0%, 9%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6C3B5
2#F1A18B
3#EB7F61
4#E65C36
5#D3421A
6#A93515
7#7F2810
8#541A0A
9#2A0D05
Tints
Lighter variations
1#FBE8E2
2#FCEAE6
3#FCEDE9
4#FDF0EC
5#FDF2EF
6#FDF5F2
7#FEF7F5
8#FEFAF9
9#FFFCFC
Tones
Muted variations
1#FAE6E1
2#F8E7E2
3#F7E8E3
4#F6E8E5
5#F4E9E6
6#F3EAE8
7#F1EBE9
8#F0ECEA
9#EFECEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE5 #FBE5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CF #F8CFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2AA #F2AA97 | BordersInactive statesPlaceholder text |
| 400 | EB7E #EB7E60 | Disabled statesSecondary iconsMuted text |
| 500 | E65A #E65A33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C83F #C83F19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F32 #9F3214 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7124 #71240E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4917 #491709 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0E #2D0E06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #FDF4F1;
--beige-100: #FBE5DF;
--beige-200: #F8CFC4;
--beige-300: #F2AA97;
--beige-400: #EB7E60;
--beige-500: #E65A33;
--beige-600: #C83F19;
--beige-700: #9F3214;
--beige-800: #71240E;
--beige-900: #491709;
--beige-950: #2D0E06;
}