Beige
#E2F8E5
GreenColor Codes
All color formats for development
HEX
#E2F8E5RGB
rgb(226, 248, 229)HSL
hsl(128, 61%, 93%)OKLCH
oklch(0.958 0.034 149.3)CMYK
cmyk(9%, 0%, 8%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEFC3
2#96E6A1
3#70DC7E
4#4AD35C
5#2EBF42
6#259934
7#1C7327
8#124C1A
9#09260D
Tints
Lighter variations
1#E5F9E8
2#E8F9EA
3#EBFAED
4#EEFBEF
5#F1FCF2
6#F4FCF5
7#F6FDF7
8#F9FEFA
9#FCFEFC
Tones
Muted variations
1#E3F7E6
2#E4F6E7
3#E6F5E8
4#E7F4E8
5#E8F3E9
6#E9F2EA
7#EAF0EB
8#EBEFEC
9#ECEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AA | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC7E | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D259 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB53E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239031 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196723 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104217 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF4;
--beige-100: #E2F8E5;
--beige-200: #CAF2CF;
--beige-300: #A1E8AA;
--beige-400: #6FDC7E;
--beige-500: #46D259;
--beige-600: #2CB53E;
--beige-700: #239031;
--beige-800: #196723;
--beige-900: #104217;
--beige-950: #0A290E;
}