Beige
#E2F9E6
GreenColor Codes
All color formats for development
HEX
#E2F9E6RGB
rgb(226, 249, 230)HSL
hsl(130, 66%, 93%)OKLCH
oklch(0.96 0.035 150.6)CMYK
cmyk(9%, 0%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1C3
2#93E9A1
3#6BE17F
4#44D95D
5#28C542
6#209D35
7#187628
8#104F1B
9#08270D
Tints
Lighter variations
1#E4FAE8
2#E7FAEA
3#EAFBED
4#EDFBF0
5#F0FCF2
6#F3FDF5
7#F6FDF7
8#F9FEFA
9#FCFEFC
Tones
Muted variations
1#E3F8E6
2#E4F7E7
3#E5F5E8
4#E6F4E8
5#E7F3E9
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 #E1F9E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4CF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBAB | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE17E | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D85A | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9432 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A24 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4417 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF4;
--beige-100: #E1F9E5;
--beige-200: #C8F4CF;
--beige-300: #9EEBAB;
--beige-400: #6BE17E;
--beige-500: #41D85A;
--beige-600: #26BA3F;
--beige-700: #1E9432;
--beige-800: #166A24;
--beige-900: #0E4417;
--beige-950: #092A0E;
}