Beige
#E2F9E8
GreenColor Codes
All color formats for development
HEX
#E2F9E8RGB
rgb(226, 249, 232)HSL
hsl(136, 66%, 93%)OKLCH
oklch(0.961 0.033 153.7)CMYK
cmyk(9%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1C9
2#93E9AA
3#6BE18B
4#44D96C
5#28C552
6#209D42
7#187631
8#104F21
9#082710
Tints
Lighter variations
1#E4FAEA
2#E7FAEC
3#EAFBEF
4#EDFBF1
5#F0FCF3
6#F3FDF6
7#F6FDF8
8#F9FEFA
9#FCFEFD
Tones
Muted variations
1#E3F8E8
2#E4F7E9
3#E5F5E9
4#E6F4EA
5#E7F3EA
6#E8F2EB
7#EAF1EC
8#EBF0EC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE18A | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D869 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA4E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E943E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A2C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E441C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF5;
--beige-100: #E1F9E8;
--beige-200: #C8F4D4;
--beige-300: #9EEBB2;
--beige-400: #6BE18A;
--beige-500: #41D869;
--beige-600: #26BA4E;
--beige-700: #1E943E;
--beige-800: #166A2C;
--beige-900: #0E441C;
--beige-950: #092A12;
}