Beige
#E3F8E4
GreenColor Codes
All color formats for development
HEX
#E3F8E4RGB
rgb(227, 248, 228)HSL
hsl(123, 60%, 93%)OKLCH
oklch(0.958 0.034 146.6)CMYK
cmyk(8%, 0%, 8%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEEBF
2#97E59A
3#71DB76
4#4BD251
5#2FBE37
6#26982C
7#1C7221
8#134C16
9#09260B
Tints
Lighter variations
1#E5F9E6
2#E8F9E9
3#EBFAEC
4#EEFBEF
5#F1FBF1
6#F4FCF4
7#F6FDF7
8#F9FEFA
9#FCFEFC
Tones
Muted variations
1#E4F7E4
2#E5F6E5
3#E6F5E6
4#E7F4E7
5#E8F3E8
6#E9F1E9
7#EAF0EA
8#EBEFEB
9#ECEEEC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A5 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB76 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D14E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB434 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A661D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104113 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF3;
--beige-100: #E2F8E4;
--beige-200: #CAF2CC;
--beige-300: #A1E8A5;
--beige-400: #70DB76;
--beige-500: #47D14E;
--beige-600: #2DB434;
--beige-700: #248F29;
--beige-800: #1A661D;
--beige-900: #104113;
--beige-950: #0A290C;
}