Beige
#E2F9E3
GreenColor Codes
All color formats for development
HEX
#E2F9E3RGB
rgb(226, 249, 227)HSL
hsl(123, 66%, 93%)OKLCH
oklch(0.959 0.038 146.5)CMYK
cmyk(9%, 0%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1BD
2#93E997
3#6BE171
4#44D94B
5#28C530
6#209D27
7#18761D
8#104F13
9#08270A
Tints
Lighter variations
1#E4FAE5
2#E7FAE8
3#EAFBEB
4#EDFBEE
5#F0FCF1
6#F3FDF4
7#F6FDF6
8#F9FEF9
9#FCFEFC
Tones
Muted variations
1#E3F8E4
2#E4F7E5
3#E5F5E6
4#E6F4E7
5#E7F3E8
6#E8F2E9
7#EAF1EA
8#EBF0EB
9#ECEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBA2 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE171 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D848 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA2E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9424 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A1A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4411 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF3;
--beige-100: #E1F9E3;
--beige-200: #C8F4CA;
--beige-300: #9EEBA2;
--beige-400: #6BE171;
--beige-500: #41D848;
--beige-600: #26BA2E;
--beige-700: #1E9424;
--beige-800: #166A1A;
--beige-900: #0E4411;
--beige-950: #092A0A;
}