Beige
#E3F8E7
GreenColor Codes
All color formats for development
HEX
#E3F8E7RGB
rgb(227, 248, 231)HSL
hsl(131, 60%, 93%)OKLCH
oklch(0.959 0.032 151.2)CMYK
cmyk(8%, 0%, 7%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEEC6
2#97E5A5
3#71DB84
4#4BD263
5#2FBE4A
6#26983B
7#1C722C
8#134C1D
9#09260F
Tints
Lighter variations
1#E5F9E9
2#E8F9EB
3#EBFAEE
4#EEFBF0
5#F1FBF3
6#F4FCF5
7#F6FDF8
8#F9FEFA
9#FCFEFD
Tones
Muted variations
1#E4F7E7
2#E5F6E8
3#E6F5E8
4#E7F4E9
5#E8F3EA
6#E9F1EA
7#EAF0EB
8#EBEFEC
9#ECEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8AE | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB84 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D161 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB446 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6628 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104119 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2910 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF4;
--beige-100: #E2F8E6;
--beige-200: #CAF2D1;
--beige-300: #A1E8AE;
--beige-400: #70DB84;
--beige-500: #47D161;
--beige-600: #2DB446;
--beige-700: #248F37;
--beige-800: #1A6628;
--beige-900: #104119;
--beige-950: #0A2910;
}