Beige
#E2F9E2
GreenColor Codes
All color formats for development
HEX
#E2F9E2RGB
rgb(226, 249, 226)HSL
hsl(120, 66%, 93%)OKLCH
oklch(0.959 0.039 145.3)CMYK
cmyk(9%, 0%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1BA
2#93E993
3#6BE16B
4#44D944
5#28C528
6#209D20
7#187618
8#104F10
9#082708
Tints
Lighter variations
1#E4FAE4
2#E7FAE7
3#EAFBEA
4#EDFBED
5#F0FCF0
6#F3FDF3
7#F6FDF6
8#F9FEF9
9#FCFEFC
Tones
Muted variations
1#E3F8E3
2#E4F7E4
3#E5F5E5
4#E6F4E6
5#E7F3E7
6#E8F2E8
7#EAF1EA
8#EBF0EB
9#ECEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEB9E | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE16B | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D841 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA26 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E941E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A16 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E440E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF2;
--beige-100: #E1F9E1;
--beige-200: #C8F4C8;
--beige-300: #9EEB9E;
--beige-400: #6BE16B;
--beige-500: #41D841;
--beige-600: #26BA26;
--beige-700: #1E941E;
--beige-800: #166A16;
--beige-900: #0E440E;
--beige-950: #092A09;
}