Beige
#E1FAE7
GreenColor Codes
All color formats for development
HEX
#E1FAE7RGB
rgb(225, 250, 231)HSL
hsl(134, 71%, 93%)OKLCH
oklch(0.962 0.036 152.9)CMYK
cmyk(10%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8F3C6
2#8FECA5
3#67E584
4#3EDE64
5#22CB4A
6#1CA23B
7#157A2C
8#0E511D
9#07290F
Tints
Lighter variations
1#E4FAE9
2#E7FBEB
3#EAFBEE
4#EDFCF0
5#F0FCF3
6#F3FDF5
7#F6FDF8
8#F9FEFA
9#FCFEFD
Tones
Muted variations
1#E2F9E7
2#E3F7E8
3#E4F6E8
4#E6F5E9
5#E7F3EA
6#E8F2EA
7#E9F1EB
8#EBF0EC
9#ECEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEAE | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E584 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE61 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C046 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9937 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4619 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF4;
--beige-100: #E0FAE6;
--beige-200: #C6F5D1;
--beige-300: #9BEEAE;
--beige-400: #66E584;
--beige-500: #3BDE61;
--beige-600: #21C046;
--beige-700: #1A9937;
--beige-800: #126D28;
--beige-900: #0C4619;
--beige-950: #072C10;
}