Beige
#E2F9E9
GreenColor Codes
All color formats for development
HEX
#E2F9E9RGB
rgb(226, 249, 233)HSL
hsl(138, 66%, 93%)OKLCH
oklch(0.961 0.032 155.4)CMYK
cmyk(9%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BAF1CA
2#93E9AC
3#6BE18F
4#44D971
5#28C557
6#209D46
7#187634
8#104F23
9#082711
Tints
Lighter variations
1#E4FAEB
2#E7FAED
3#EAFBEF
4#EDFBF1
5#F0FCF4
6#F3FDF6
7#F6FDF8
8#F9FEFA
9#FCFEFD
Tones
Muted variations
1#E3F8E9
2#E4F7E9
3#E5F5EA
4#E6F4EA
5#E7F3EB
6#E8F2EB
7#EAF1EC
8#EBF0EC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBB5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE18E | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D86E | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9442 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A2F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E441E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F2FCF5;
--beige-100: #E1F9E8;
--beige-200: #C8F4D5;
--beige-300: #9EEBB5;
--beige-400: #6BE18E;
--beige-500: #41D86E;
--beige-600: #26BA53;
--beige-700: #1E9442;
--beige-800: #166A2F;
--beige-900: #0E441E;
--beige-950: #092A13;
}