Beige
#E2F8E3
GreenColor Codes
All color formats for development
HEX
#E2F8E3RGB
rgb(226, 248, 227)HSL
hsl(123, 61%, 93%)OKLCH
oklch(0.957 0.036 146.6)CMYK
cmyk(9%, 0%, 8%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEFBF
2#96E69A
3#70DC75
4#4AD350
5#2EBF35
6#25992B
7#1C7320
8#124C15
9#09260B
Tints
Lighter variations
1#E5F9E6
2#E8F9E9
3#EBFAEC
4#EEFBEE
5#F1FCF1
6#F4FCF4
7#F6FDF7
8#F9FEF9
9#FCFEFC
Tones
Muted variations
1#E3F7E4
2#E4F6E5
3#E6F5E6
4#E7F4E7
5#E8F3E8
6#E9F2E9
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 #E2F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC75 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D24D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB533 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239028 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19671D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104212 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF3;
--beige-100: #E2F8E3;
--beige-200: #CAF2CC;
--beige-300: #A1E8A4;
--beige-400: #6FDC75;
--beige-500: #46D24D;
--beige-600: #2CB533;
--beige-700: #239028;
--beige-800: #19671D;
--beige-900: #104212;
--beige-950: #0A290C;
}