Beige
#E3F8E8
GreenColor Codes
All color formats for development
HEX
#E3F8E8RGB
rgb(227, 248, 232)HSL
hsl(134, 60%, 93%)OKLCH
oklch(0.959 0.031 152.9)CMYK
cmyk(8%, 0%, 6%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BCEEC8
2#97E5A9
3#71DB8A
4#4BD26A
5#2FBE51
6#269841
7#1C7230
8#134C20
9#092610
Tints
Lighter variations
1#E5F9EA
2#E8F9EC
3#EBFAEF
4#EEFBF1
5#F1FBF3
6#F4FCF6
7#F6FDF8
8#F9FEFA
9#FCFEFD
Tones
Muted variations
1#E4F7E8
2#E5F6E9
3#E6F5E9
4#E7F4EA
5#E8F3EA
6#E9F1EB
7#EAF0EB
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 #E2F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8B2 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DB89 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D168 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB44C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A662B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10411C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--beige-50: #F3FCF5;
--beige-100: #E2F8E7;
--beige-200: #CAF2D3;
--beige-300: #A1E8B2;
--beige-400: #70DB89;
--beige-500: #47D168;
--beige-600: #2DB44C;
--beige-700: #248F3D;
--beige-800: #1A662B;
--beige-900: #10411C;
--beige-950: #0A2911;
}