Beige
#FBE6E0
RedColor Codes
All color formats for development
HEX
#FBE6E0RGB
rgb(251, 230, 224)HSL
hsl(13, 77%, 93%)OKLCH
oklch(0.94 0.024 36.5)CMYK
cmyk(0%, 8%, 11%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F5C3B5
2#F0A18B
3#EB7F61
4#E55D38
5#D2431B
6#A83516
7#7E2810
8#541B0B
9#2A0D05
Tints
Lighter variations
1#FBE8E3
2#FCEAE6
3#FCEDE9
4#FDF0EC
5#FDF2EF
6#FDF5F2
7#FEF7F6
8#FEFAF9
9#FFFCFC
Tones
Muted variations
1#FAE6E1
2#F8E7E2
3#F7E8E4
4#F5E8E5
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 | F7CF #F7CFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2AB #F2AB97 | BordersInactive statesPlaceholder text |
| 400 | EA7F #EA7F61 | Disabled statesSecondary iconsMuted text |
| 500 | E55A #E55A34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C73F #C73F1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E32 #9E3215 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7124 #71240F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4817 #481709 | 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: #F7CFC4;
--beige-300: #F2AB97;
--beige-400: #EA7F61;
--beige-500: #E55A34;
--beige-600: #C73F1A;
--beige-700: #9E3215;
--beige-800: #71240F;
--beige-900: #481709;
--beige-950: #2D0E06;
}