Beige
#E3F8E9
GreenColor Codes
All color formats for development
HEX
#E3F8E9RGB
rgb(227, 248, 233)HSL
hsl(137, 60%, 93%)OKLCH
oklch(0.96 0.03 154.7)CMYK
cmyk(8%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEECB
2#97E5AD
3#71DB8F
4#4BD271
5#2FBE58
6#269846
7#1C7235
8#134C23
9#092612
Tints
Lighter variations
1#E5F9EB
2#E8F9ED
3#EBFAEF
4#EEFBF2
5#F1FBF4
6#F4FCF6
7#F6FDF8
8#F9FEFB
9#FCFEFD
Tones
Muted variations
1#E4F7E9
2#E5F6E9
3#E6F5EA
4#E7F4EA
5#E8F3EB
6#E9F1EB
7#EAF0EC
8#EBEFEC
9#ECEEED
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B5 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB8F | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D16E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB453 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E2F8E9;
--beige-200: #CAF2D5;
--beige-300: #A1E8B5;
--beige-400: #70DB8F;
--beige-500: #47D16E;
--beige-600: #2DB453;
--beige-700: #248F42;
--beige-800: #1A662F;
--beige-900: #10411E;
--beige-950: #0A2913;
}