Beige
#E2F8E9
GreenColor Codes
All color formats for development
HEX
#E2F8E9RGB
rgb(226, 248, 233)HSL
hsl(139, 61%, 93%)OKLCH
oklch(0.959 0.03 156)CMYK
cmyk(9%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEFCC
2#96E6AF
3#70DC92
4#4AD375
5#2EBF5C
6#25994A
7#1C7337
8#124C25
9#092612
Tints
Lighter variations
1#E5F9EB
2#E8F9EE
3#EBFAF0
4#EEFBF2
5#F1FCF4
6#F4FCF6
7#F6FDF8
8#F9FEFB
9#FCFEFD
Tones
Muted variations
1#E3F7EA
2#E4F6EA
3#E6F5EA
4#E7F4EB
5#E8F3EB
6#E9F2EC
7#EAF0EC
8#EBEFEC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDC92 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D273 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB557 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239045 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196731 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104220 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2914 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF6;
--beige-100: #E2F8E9;
--beige-200: #CAF2D6;
--beige-300: #A1E8B7;
--beige-400: #6FDC92;
--beige-500: #46D273;
--beige-600: #2CB557;
--beige-700: #239045;
--beige-800: #196731;
--beige-900: #104220;
--beige-950: #0A2914;
}