Beige
#E2F8E7
GreenColor Codes
All color formats for development
HEX
#E2F8E7RGB
rgb(226, 248, 231)HSL
hsl(134, 61%, 93%)OKLCH
oklch(0.958 0.032 152.5)CMYK
cmyk(9%, 0%, 7%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEFC8
2#96E6A8
3#70DC89
4#4AD36A
5#2EBF50
6#259940
7#1C7330
8#124C20
9#092610
Tints
Lighter variations
1#E5F9EA
2#E8F9EC
3#EBFAEE
4#EEFBF1
5#F1FCF3
6#F4FCF6
7#F6FDF8
8#F9FEFA
9#FCFEFD
Tones
Muted variations
1#E3F7E8
2#E4F6E9
3#E6F5E9
4#E7F4EA
5#E8F3EA
6#E9F2EB
7#EAF0EB
8#EBEFEC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC89 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D267 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB54C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23903C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E2F8E7;
--beige-200: #CAF2D3;
--beige-300: #A1E8B1;
--beige-400: #6FDC89;
--beige-500: #46D267;
--beige-600: #2CB54C;
--beige-700: #23903C;
--beige-800: #19672B;
--beige-900: #10421C;
--beige-950: #0A2911;
}