Beige
#E2F8E8
GreenColor Codes
All color formats for development
HEX
#E2F8E8RGB
rgb(226, 248, 232)HSL
hsl(136, 61%, 93%)OKLCH
oklch(0.959 0.031 154.2)CMYK
cmyk(9%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEFCA
2#96E6AB
3#70DC8D
4#4AD36E
5#2EBF55
6#259944
7#1C7333
8#124C22
9#092611
Tints
Lighter variations
1#E5F9EA
2#E8F9ED
3#EBFAEF
4#EEFBF1
5#F1FCF4
6#F4FCF6
7#F6FDF8
8#F9FEFA
9#FCFEFD
Tones
Muted variations
1#E3F7E9
2#E4F6E9
3#E6F5EA
4#E7F4EA
5#E8F3EB
6#E9F2EB
7#EAF0EC
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 #E2F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC8C | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D26C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB550 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239040 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19672E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10421D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E2F8E8;
--beige-200: #CAF2D4;
--beige-300: #A1E8B4;
--beige-400: #6FDC8C;
--beige-500: #46D26C;
--beige-600: #2CB550;
--beige-700: #239040;
--beige-800: #19672E;
--beige-900: #10421D;
--beige-950: #0A2912;
}