Beige
#E0DEDC
GrayColor Codes
All color formats for development
HEX
#E0DEDCRGB
rgb(224, 222, 220)HSL
hsl(30, 6%, 87%)OKLCH
oklch(0.902 0.003 67.8)CMYK
cmyk(0%, 1%, 2%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBC8C4
2#B6B1AD
3#A19B95
4#8C857E
5#766F68
6#5E5953
7#47433F
8#2F2C2A
9#181615
Tints
Lighter variations
1#E3E1DF
2#E6E4E3
3#E9E8E6
4#ECEBEA
5#EFEEED
6#F3F2F1
7#F6F5F4
8#F9F8F8
9#FCFCFB
Tones
Muted variations
1#E0DEDC
2#DFDEDC
3#DFDEDC
4#DFDEDD
5#DFDEDD
6#DFDEDD
7#DEDEDD
8#DEDEDD
9#DEDEDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEED #EEEDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DE #E0DEDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C4 #C8C4C1 | BordersInactive statesPlaceholder text |
| 400 | ABA6 #ABA6A0 | Disabled statesSecondary iconsMuted text |
| 500 | 938C #938C85 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7770 #777069 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F59 #5F5954 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4440 #44403C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B29 #2B2926 | Primary textHigh emphasis contentDark headings |
| 950 | 1B1A #1B1A18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F8F7F7;
--beige-100: #EEEDEC;
--beige-200: #E0DEDC;
--beige-300: #C8C4C1;
--beige-400: #ABA6A0;
--beige-500: #938C85;
--beige-600: #777069;
--beige-700: #5F5954;
--beige-800: #44403C;
--beige-900: #2B2926;
--beige-950: #1B1A18;
}