Beige
#E2F8EA
GreenColor Codes
All color formats for development
HEX
#E2F8EARGB
rgb(226, 248, 234)HSL
hsl(142, 61%, 93%)OKLCH
oklch(0.959 0.03 157.9)CMYK
cmyk(9%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEFCF
2#96E6B3
3#70DC98
4#4AD37C
5#2EBF63
6#25994F
7#1C733C
8#124C28
9#092614
Tints
Lighter variations
1#E5F9EC
2#E8F9EE
3#EBFAF0
4#EEFBF3
5#F1FCF5
6#F4FCF7
7#F6FDF9
8#F9FEFB
9#FCFEFD
Tones
Muted variations
1#E3F7EB
2#E4F6EB
3#E6F5EB
4#E7F4EB
5#E8F3EC
6#E9F2EC
7#EAF0EC
8#EBEFED
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8BB | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC97 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D27A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB55E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23904B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196735 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104222 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF6;
--beige-100: #E2F8EA;
--beige-200: #CAF2D8;
--beige-300: #A1E8BB;
--beige-400: #6FDC97;
--beige-500: #46D27A;
--beige-600: #2CB55E;
--beige-700: #23904B;
--beige-800: #196735;
--beige-900: #104222;
--beige-950: #0A2915;
}