Beige
#E2F8E4
GreenColor Codes
All color formats for development
HEX
#E2F8E4RGB
rgb(226, 248, 228)HSL
hsl(125, 61%, 93%)OKLCH
oklch(0.958 0.035 147.9)CMYK
cmyk(9%, 0%, 8%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEFC0
2#96E69D
3#70DC79
4#4AD355
5#2EBF3A
6#25992F
7#1C7323
8#124C17
9#09260C
Tints
Lighter variations
1#E5F9E7
2#E8F9E9
3#EBFAEC
4#EEFBEF
5#F1FCF2
6#F4FCF4
7#F6FDF7
8#F9FEFA
9#FCFEFC
Tones
Muted variations
1#E3F7E5
2#E4F6E6
3#E6F5E7
4#E7F4E8
5#E8F3E9
6#E9F2EA
7#EAF0EA
8#EBEFEB
9#ECEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC78 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D252 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB537 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23902C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104214 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF3;
--beige-100: #E2F8E4;
--beige-200: #CAF2CD;
--beige-300: #A1E8A7;
--beige-400: #6FDC78;
--beige-500: #46D252;
--beige-600: #2CB537;
--beige-700: #23902C;
--beige-800: #19671F;
--beige-900: #104214;
--beige-950: #0A290D;
}