Beige
#E2F9EA
GreenColor Codes
All color formats for development
HEX
#E2F9EARGB
rgb(226, 249, 234)HSL
hsl(141, 66%, 93%)OKLCH
oklch(0.961 0.031 157.2)CMYK
cmyk(9%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1CD
2#93E9B1
3#6BE194
4#44D978
5#28C55F
6#209D4C
7#187639
8#104F26
9#082713
Tints
Lighter variations
1#E4FAEC
2#E7FAEE
3#EAFBF0
4#EDFBF2
5#F0FCF4
6#F3FDF6
7#F6FDF9
8#F9FEFB
9#FCFEFD
Tones
Muted variations
1#E3F8EA
2#E4F7EA
3#E5F5EB
4#E6F4EB
5#E7F3EB
6#E8F2EC
7#EAF1EC
8#EBF0EC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB9 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE194 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D876 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA5A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9448 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4421 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF6;
--beige-100: #E1F9EA;
--beige-200: #C8F4D7;
--beige-300: #9EEBB9;
--beige-400: #6BE194;
--beige-500: #41D876;
--beige-600: #26BA5A;
--beige-700: #1E9448;
--beige-800: #166A33;
--beige-900: #0E4421;
--beige-950: #092A14;
}