Beige
#E1FAE8
GreenColor Codes
All color formats for development
HEX
#E1FAE8RGB
rgb(225, 250, 232)HSL
hsl(137, 71%, 93%)OKLCH
oklch(0.962 0.035 154.4)CMYK
cmyk(10%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#B8F3C9
2#8FECAA
3#67E58B
4#3EDE6C
5#22CB52
6#1CA242
7#157A31
8#0E5121
9#072910
Tints
Lighter variations
1#E4FAEA
2#E7FBEC
3#EAFBEF
4#EDFCF1
5#F0FCF3
6#F3FDF6
7#F6FDF8
8#F9FEFA
9#FCFEFD
Tones
Muted variations
1#E2F9E8
2#E3F7E9
3#E4F6E9
4#E6F5EA
5#E7F3EA
6#E8F2EB
7#E9F1EC
8#EBF0EC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEB2 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E58A | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE69 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C04E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A993E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C461C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FDF5;
--beige-100: #E0FAE8;
--beige-200: #C6F5D4;
--beige-300: #9BEEB2;
--beige-400: #66E58A;
--beige-500: #3BDE69;
--beige-600: #21C04E;
--beige-700: #1A993E;
--beige-800: #126D2C;
--beige-900: #0C461C;
--beige-950: #072C12;
}