Beige
#E3F8EA
GreenColor Codes
All color formats for development
HEX
#E3F8EARGB
rgb(227, 248, 234)HSL
hsl(140, 60%, 93%)OKLCH
oklch(0.96 0.029 156.6)CMYK
cmyk(8%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEECD
2#97E5B1
3#71DB94
4#4BD278
5#2FBE5F
6#26984C
7#1C7239
8#134C26
9#092613
Tints
Lighter variations
1#E5F9EC
2#E8F9EE
3#EBFAF0
4#EEFBF2
5#F1FBF4
6#F4FCF6
7#F6FDF9
8#F9FEFB
9#FCFEFD
Tones
Muted variations
1#E4F7EA
2#E5F6EA
3#E6F5EB
4#E7F4EB
5#E8F3EB
6#E9F1EC
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 #E2F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B9 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB94 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D175 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB45A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6633 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104121 | 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: #E2F8EA;
--beige-200: #CAF2D7;
--beige-300: #A1E8B9;
--beige-400: #70DB94;
--beige-500: #47D175;
--beige-600: #2DB45A;
--beige-700: #248F47;
--beige-800: #1A6633;
--beige-900: #104121;
--beige-950: #0A2914;
}