Beige
#E0DFDC
GrayColor Codes
All color formats for development
HEX
#E0DFDCRGB
rgb(224, 223, 220)HSL
hsl(45, 6%, 87%)OKLCH
oklch(0.904 0.004 91.4)CMYK
cmyk(0%, 0%, 2%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBC9C4
2#B6B4AD
3#A19E95
4#8C897E
5#767268
6#5E5B53
7#47453F
8#2F2E2A
9#181715
Tints
Lighter variations
1#E3E2DF
2#E6E5E3
3#E9E8E6
4#ECECEA
5#EFEFED
6#F3F2F1
7#F6F5F4
8#F9F9F8
9#FCFCFB
Tones
Muted variations
1#E0DFDC
2#DFDFDC
3#DFDFDC
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 | F8F8 #F8F8F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEE #EEEEEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DF #E0DFDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C6 #C8C6C1 | BordersInactive statesPlaceholder text |
| 400 | ABA8 #ABA8A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9390 #939085 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7774 #777469 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F5C #5F5C54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4442 #44423C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B2A #2B2A26 | 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: #F8F8F7;
--beige-100: #EEEEEC;
--beige-200: #E0DFDC;
--beige-300: #C8C6C1;
--beige-400: #ABA8A0;
--beige-500: #939085;
--beige-600: #777469;
--beige-700: #5F5C54;
--beige-800: #44423C;
--beige-900: #2B2A26;
--beige-950: #1B1A18;
}