Beige
#E3F8E3
GreenColor Codes
All color formats for development
HEX
#E3F8E3RGB
rgb(227, 248, 227)HSL
hsl(120, 60%, 93%)OKLCH
oklch(0.958 0.035 145.3)CMYK
cmyk(8%, 0%, 8%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEEBC
2#97E597
3#71DB71
4#4BD24B
5#2FBE2F
6#269826
7#1C721C
8#134C13
9#092609
Tints
Lighter variations
1#E5F9E5
2#E8F9E8
3#EBFAEB
4#EEFBEE
5#F1FBF1
6#F4FCF4
7#F6FDF6
8#F9FEF9
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 #E2F8E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2CA | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8A1 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB70 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D147 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB42D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F24 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A661A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104110 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF3;
--beige-100: #E2F8E2;
--beige-200: #CAF2CA;
--beige-300: #A1E8A1;
--beige-400: #70DB70;
--beige-500: #47D147;
--beige-600: #2DB42D;
--beige-700: #248F24;
--beige-800: #1A661A;
--beige-900: #104110;
--beige-950: #0A290A;
}