Beige
#E1FAE6
GreenColor Codes
All color formats for development
HEX
#E1FAE6RGB
rgb(225, 250, 230)HSL
hsl(132, 71%, 93%)OKLCH
oklch(0.961 0.037 151.4)CMYK
cmyk(10%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8F3C4
2#8FECA2
3#67E580
4#3EDE5E
5#22CB44
6#1CA236
7#157A29
8#0E511B
9#07290E
Tints
Lighter variations
1#E4FAE8
2#E7FBEB
3#EAFBED
4#EDFCF0
5#F0FCF2
6#F3FDF5
7#F6FDF7
8#F9FEFA
9#FCFEFC
Tones
Muted variations
1#E2F9E6
2#E3F7E7
3#E4F6E8
4#E6F5E9
5#E7F3E9
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 #C6F5D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEAB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E580 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C040 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9933 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D25 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4617 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF4;
--beige-100: #E0FAE6;
--beige-200: #C6F5D0;
--beige-300: #9BEEAB;
--beige-400: #66E580;
--beige-500: #3BDE5B;
--beige-600: #21C040;
--beige-700: #1A9933;
--beige-800: #126D25;
--beige-900: #0C4617;
--beige-950: #072C0F;
}