Beige
#E1FAEA
GreenColor Codes
All color formats for development
HEX
#E1FAEARGB
rgb(225, 250, 234)HSL
hsl(142, 71%, 93%)OKLCH
oklch(0.963 0.034 157.7)CMYK
cmyk(10%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8F3CE
2#8FECB1
3#67E595
4#3EDE79
5#22CB60
6#1CA24D
7#157A3A
8#0E5126
9#072913
Tints
Lighter variations
1#E4FAEC
2#E7FBEE
3#EAFBF0
4#EDFCF2
5#F0FCF4
6#F3FDF7
7#F6FDF9
8#F9FEFB
9#FCFEFD
Tones
Muted variations
1#E2F9EA
2#E3F7EA
3#E4F6EB
4#E6F5EB
5#E7F3EB
6#E8F2EC
7#E9F1EC
8#EBF0EC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEB9 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E595 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C05B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9948 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4621 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF6;
--beige-100: #E0FAEA;
--beige-200: #C6F5D8;
--beige-300: #9BEEB9;
--beige-400: #66E595;
--beige-500: #3BDE77;
--beige-600: #21C05B;
--beige-700: #1A9948;
--beige-800: #126D34;
--beige-900: #0C4621;
--beige-950: #072C15;
}