Beige
#E2F9E7
GreenColor Codes
All color formats for development
HEX
#E2F9E7RGB
rgb(226, 249, 231)HSL
hsl(133, 66%, 93%)OKLCH
oklch(0.96 0.034 152.1)CMYK
cmyk(9%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1C6
2#93E9A5
3#6BE185
4#44D964
5#28C54A
6#209D3B
7#18762D
8#104F1E
9#08270F
Tints
Lighter variations
1#E4FAE9
2#E7FAEB
3#EAFBEE
4#EDFBF0
5#F0FCF3
6#F3FDF5
7#F6FDF8
8#F9FEFA
9#FCFEFD
Tones
Muted variations
1#E3F8E7
2#E4F7E8
3#E5F5E8
4#E6F4E9
5#E7F3EA
6#E8F2EA
7#EAF1EB
8#EBF0EC
9#ECEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBAE | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE184 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D861 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA46 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9438 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A28 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E441A | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF4;
--beige-100: #E1F9E6;
--beige-200: #C8F4D1;
--beige-300: #9EEBAE;
--beige-400: #6BE184;
--beige-500: #41D861;
--beige-600: #26BA46;
--beige-700: #1E9438;
--beige-800: #166A28;
--beige-900: #0E441A;
--beige-950: #092A10;
}